Update to latest backup tests.

This commit is contained in:
Greyson Parrelli
2025-11-05 10:09:31 -05:00
committed by Michelle Tang
parent b2013e5d75
commit 677686fa40
562 changed files with 132 additions and 2 deletions

View File

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