From bc91260e8a36524294c635970051f902ed533cfc Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 10 Jul 2019 15:59:47 +0800 Subject: Place all the subscribed subreddits and users to SubscribedThingListingActivity instead of the navigation drawer in MainActivity. --- app/src/main/AndroidManifest.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 744a48ea..c0b81dbf 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,8 +19,17 @@ android:supportsRtl="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true"> - + +