mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-30 21:07:11 +01:00
Fix Show Avatar on the Right.
This commit is contained in:
parent
4d6d0cf8c4
commit
7cac39e14e
@ -111,6 +111,7 @@ public class NavigationDrawerRecyclerViewAdapter extends RecyclerView.Adapter<Re
|
|||||||
collapseSubscribedSubredditsSection = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.COLLAPSE_SUBSCRIBED_SUBREDDITS_SECTION, false);
|
collapseSubscribedSubredditsSection = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.COLLAPSE_SUBSCRIBED_SUBREDDITS_SECTION, false);
|
||||||
hideFavoriteSubredditsSection = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.HIDE_FAVORITE_SUBREDDITS_SECTION, false);
|
hideFavoriteSubredditsSection = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.HIDE_FAVORITE_SUBREDDITS_SECTION, false);
|
||||||
hideSubscribedSubredditsSection = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.HIDE_SUBSCRIBED_SUBREDDITS_SECTIONS, false);
|
hideSubscribedSubredditsSection = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.HIDE_SUBSCRIBED_SUBREDDITS_SECTIONS, false);
|
||||||
|
showAvatarOnTheRightInTheNavigationDrawer = navigationDrawerSharedPreferences.getBoolean(SharedPreferencesUtils.SHOW_AVATAR_ON_THE_RIGHT, false);
|
||||||
|
|
||||||
this.itemClickListener = itemClickListener;
|
this.itemClickListener = itemClickListener;
|
||||||
primaryTextColor = customThemeWrapper.getPrimaryTextColor();
|
primaryTextColor = customThemeWrapper.getPrimaryTextColor();
|
||||||
|
@ -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_copy_link">"Link kopieren"</string>
|
||||||
<string name="action_add_to_post_filter">"Zum Beitrags-Filter hinzufügen"</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_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_backup_settings_title">"Einstellungen sichern"</string>
|
||||||
<string name="settings_restore_settings_title">"Einstellungen wiederherstellen"</string>
|
<string name="settings_restore_settings_title">"Einstellungen wiederherstellen"</string>
|
||||||
<string name="settings_credits_love_animation_title">"Liebes-Animation"</string>
|
<string name="settings_credits_love_animation_title">"Liebes-Animation"</string>
|
||||||
|
@ -547,7 +547,7 @@
|
|||||||
<string name="settings_hide_subreddit_and_user_prefix">Hide Subreddit and User Prefix</string>
|
<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_votes">Hide the Number of Votes</string>
|
||||||
<string name="settings_hide_the_number_of_comments">Hide the Number of Comments</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_backup_settings_title">Backup Settings</string>
|
||||||
<string name="settings_restore_settings_title">Restore Settings</string>
|
<string name="settings_restore_settings_title">Restore Settings</string>
|
||||||
<string name="settings_credits_love_animation_title">Love Animation</string>
|
<string name="settings_credits_love_animation_title">Love Animation</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user