mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 16:31:36 +00:00
visual optimizations for the previous commit
This commit is contained in:
parent
84d82e92d3
commit
d326d9e2d7
2 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ public class PostPreferencesFragment extends BasePreferencesFragment {
|
|||
final SwitchPreferenceCompat preference = new SwitchPreferenceCompat(context);
|
||||
preference.setKey(Constants.PLAY_IN_BACKGROUND);
|
||||
preference.setTitle(R.string.post_viewer_background_play);
|
||||
preference.setTitle(R.string.post_viewer_background_play_summary);
|
||||
preference.setSummary(R.string.post_viewer_background_play_summary);
|
||||
preference.setIconSpaceReserved(false);
|
||||
return preference;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue