1
0
Fork 0
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:
Austin Huang 2021-04-11 09:54:25 -04:00
parent 84d82e92d3
commit d326d9e2d7
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
2 changed files with 3 additions and 3 deletions

View file

@ -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;
}