mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Update stores to use a constant accountId for PNIs.
This commit is contained in:
@@ -589,6 +589,12 @@ public class ApplicationDependencies {
|
||||
return protocolStore;
|
||||
}
|
||||
|
||||
public static void resetProtocolStores() {
|
||||
synchronized (LOCK) {
|
||||
protocolStore = null;
|
||||
}
|
||||
}
|
||||
|
||||
public static @NonNull GiphyMp4Cache getGiphyMp4Cache() {
|
||||
if (giphyMp4Cache == null) {
|
||||
synchronized (LOCK) {
|
||||
|
||||
Reference in New Issue
Block a user