mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Update to latest backup tests.
This commit is contained in:
committed by
Michelle Tang
parent
b2013e5d75
commit
677686fa40
@@ -891,7 +891,7 @@ public class TextSecurePreferences {
|
||||
AppDependencies.getGroupsV2Authorization().clear();
|
||||
}
|
||||
|
||||
private static SharedPreferences getSharedPreferences(Context context) {
|
||||
public static SharedPreferences getSharedPreferences(Context context) {
|
||||
if (preferences == null) {
|
||||
preferences = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user