mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Further simplify storage service syncing.
This commit is contained in:
committed by
Alex Hart
parent
1493581a4d
commit
cdc7f1565e
@@ -1224,10 +1224,6 @@ public class TextSecurePreferences {
|
||||
setBooleanPreference(context, HAS_SEEN_VIDEO_RECORDING_TOOLTIP, value);
|
||||
}
|
||||
|
||||
public static long getStorageManifestVersion(Context context) {
|
||||
return getLongPreference(context, STORAGE_MANIFEST_VERSION, 0);
|
||||
}
|
||||
|
||||
public static void setStorageManifestVersion(Context context, long version) {
|
||||
setLongPreference(context, STORAGE_MANIFEST_VERSION, version);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user