From 66208f569400135ea4816f36897858a20bb05509 Mon Sep 17 00:00:00 2001 From: sk Date: Mon, 5 Dec 2022 18:03:21 +0100 Subject: [PATCH] make follow request button invisible until refreshed --- mastodon/src/main/res/menu/notifications.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/menu/notifications.xml b/mastodon/src/main/res/menu/notifications.xml index 6e5eef1df..c67b1ff5b 100644 --- a/mastodon/src/main/res/menu/notifications.xml +++ b/mastodon/src/main/res/menu/notifications.xml @@ -4,5 +4,6 @@ android:id="@+id/follow_requests" android:icon="@drawable/ic_follow_requests_24_badged" android:showAsAction="always" + android:visible="false" android:title="@string/sk_follow_requests" /> \ No newline at end of file