From 396501e350b23667bb70728fbd60b715beffe489 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 23 Sep 2020 19:20:41 +0800 Subject: Set NSFW, NSFW blurring and spoiler blurring on a per-user basis. Only close the account section in the navigation drawer after dismissing if the account section is open. --- .../main/res/layout/fragment_nsfw_and_spoiler.xml | 113 +++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 app/src/main/res/layout/fragment_nsfw_and_spoiler.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_nsfw_and_spoiler.xml b/app/src/main/res/layout/fragment_nsfw_and_spoiler.xml new file mode 100644 index 00000000..a1f53ee2 --- /dev/null +++ b/app/src/main/res/layout/fragment_nsfw_and_spoiler.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3