diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-07-27 14:31:48 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-07-27 14:31:48 +0000 |
commit | 6f4e9233b8bcda7054c505fb00f780e27e794b84 (patch) | |
tree | 8c33d9af589a70952c332aed472a4a9b61745440 /app/src/main/res/menu | |
parent | 55af125dfeb6a187dcd114164bd8690114eb5c84 (diff) | |
download | infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.gz infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.bz2 infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.lz infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.xz infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.zst infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.zip |
Remove Block User menu option in ViewUserDetailActivity since Reddit does not allow 3rd-party apps access this API now.
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/view_user_detail_activity.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/menu/view_user_detail_activity.xml b/app/src/main/res/menu/view_user_detail_activity.xml index ec9128e4..41e3527a 100644 --- a/app/src/main/res/menu/view_user_detail_activity.xml +++ b/app/src/main/res/menu/view_user_detail_activity.xml @@ -56,11 +56,6 @@ android:title="@string/action_report" /> <item - android:id="@+id/action_block_user_view_user_detail_activity" - android:orderInCategory="10" - android:title="@string/action_block_user" /> - - <item android:id="@+id/action_edit_profile_view_user_detail_activity" android:orderInCategory="11" android:title="@string/action_edit_profile" /> |