Fix Show Avatar on the Right.

This commit is contained in:
Alex Ning 2021-05-20 13:30:54 +08:00
parent 4d6d0cf8c4
commit 7cac39e14e
3 changed files with 2 additions and 2 deletions

View File

@ -111,6 +111,7 @@ public class NavigationDrawerRecyclerViewAdapter extends RecyclerView.Adapter<Re
collapseSubscribedSubredditsSection = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.COLLAPSE_SUBSCRIBED_SUBREDDITS_SECTION, false);
hideFavoriteSubredditsSection = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.HIDE_FAVORITE_SUBREDDITS_SECTION, false);
hideSubscribedSubredditsSection = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.HIDE_SUBSCRIBED_SUBREDDITS_SECTIONS, false);
showAvatarOnTheRightInTheNavigationDrawer = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.SHOW_AVATAR_ON_THE_RIGHT, false);
this.itemClickListener = itemClickListener;
primaryTextColor = customThemeWrapper.getPrimaryTextColor();

View File

@ -1007,7 +1007,6 @@ Reiter könnten den Inhalt verlieren, wenn zu anderen gewechselt wird. Selbes Ve
<string name="action_copy_link">"Link kopieren"</string>
<string name="action_add_to_post_filter">"Zum Beitrags-Filter hinzufügen"</string>
<string name="settings_do_not_blur_nsfw_in_nsfw_subreddits_title">"NSFW-Bilder in NSFW-Subreddits nicht verwischen"</string>
<string name="settings_show_avatar_on_the_right">"Avatar links anzeigen"</string>
<string name="settings_backup_settings_title">"Einstellungen sichern"</string>
<string name="settings_restore_settings_title">"Einstellungen wiederherstellen"</string>
<string name="settings_credits_love_animation_title">"Liebes-Animation"</string>

View File

@ -547,7 +547,7 @@
<string name="settings_hide_subreddit_and_user_prefix">Hide Subreddit and User Prefix</string>
<string name="settings_hide_the_number_of_votes">Hide the Number of Votes</string>
<string name="settings_hide_the_number_of_comments">Hide the Number of Comments</string>
<string name="settings_show_avatar_on_the_right">Show Avatar on the Left</string>
<string name="settings_show_avatar_on_the_right">Show Avatar on the Right</string>
<string name="settings_backup_settings_title">Backup Settings</string>
<string name="settings_restore_settings_title">Restore Settings</string>
<string name="settings_credits_love_animation_title">Love Animation</string>