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