Remove Block User menu option in ViewUserDetailActivity since Reddit does not allow 3rd-party apps access this API now.

This commit is contained in:
Docile-Alligator
2022-07-28 00:31:48 +10:00
parent 55af125dfe
commit 6f4e9233b8
24 changed files with 0 additions and 157 deletions

View File

@@ -61,7 +61,6 @@
<string name="action_see_removed">"Zie verwijderd"</string>
<string name="action_set_wallpaper">"Instellen als startschermachtergrond"</string>
<string name="action_send_private_message">"Privebericht versturen"</string>
<string name="action_block_user">"Gebruiker blokkeren"</string>
<string name="parse_json_response_error">"Er is een fout opgetreden bij het verwerken van het json-antwoord"</string>
<string name="retrieve_token_error">"De toegangssleutel kan niet worden opgehaald"</string>
<string name="something_went_wrong">"Er is iets misgegaan - probeer het later opnieuw."</string>
@@ -758,9 +757,6 @@ Ze is niet ziek of zo, maar ze kan zeker beter worden."</string>
<string name="top_score">"%1$s pnt"</string>
<string name="login_activity_2fa_prompt">"Als je 2-factor authenticatie hebt ingeschakeld, typ dan je wachtwoord als volgt in: &lt;wachtwoord&gt;: &lt;2FA code&gt;.
Voorbeeld: yourpass:123456"</string>
<string name="block_user">"Blokkeer gebruiker"</string>
<string name="block_user_success">"Geblokkeerd"</string>
<string name="block_user_failed">"Kan gebruiker niet blokkeren"</string>
<string name="submit_crosspost_activity_label">"Crosspost"</string>
<string name="give_award_activity_label">"Geef Award"</string>
<string name="action_crosspost">"Crosspost"</string>