Show NSFW toggle in the nav drawer in anonymous mode.

This commit is contained in:
Alex Ning
2020-03-28 16:27:56 +08:00
parent daa6b06617
commit 3adac8a074
3 changed files with 25 additions and 13 deletions

View File

@@ -142,8 +142,6 @@
</com.google.android.material.appbar.AppBarLayout>
<!--<include layout="@layout/content_view_subreddit_detail" />-->
<com.google.android.material.bottomappbar.BottomAppBar
android:id="@+id/bottom_navigation_view_subreddit_detail_activity"
android:layout_width="match_parent"

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/frame_layout_view_subreddit_detail_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:application=".ViewSubredditDetailActivity"
tools:showIn="@layout/activity_view_subreddit_detail" />