Address review nitpicks

This commit is contained in:
Torsten Grote
2018-07-18 09:40:30 -03:00
parent ba4a4aea59
commit 1cbd76bbc9
2 changed files with 2 additions and 2 deletions

View File

@@ -375,7 +375,7 @@
<!-- Settings Notifications -->
<string name="notification_settings_title">Notifications</string>
<string name="notify_sign_in_title">Remind me to sign in</string>
<string name="notify_sign_in_summary">Show a reminder when the phone starts or the app got updated</string>
<string name="notify_sign_in_summary">Show a reminder when the phone starts or the app has been updated</string>
<string name="notify_private_messages_setting_title">Private messages</string>
<string name="notify_private_messages_setting_summary">Show alerts for private messages</string>
<string name="notify_private_messages_setting_summary_26">Configure alerts for private messages</string>

View File

@@ -23,7 +23,7 @@ public class TestBriarApplication extends Application
Logger.getLogger(TestBriarApplication.class.getName());
private AndroidComponent applicationComponent;
private SharedPreferences prefs;
private volatile SharedPreferences prefs;
@Override
public void onCreate() {