mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Fix invalid group authoriziation cache crash.
This commit is contained in:
committed by
Greyson Parrelli
parent
9862b758e5
commit
49e4eb95d4
@@ -88,7 +88,9 @@ public final class GroupsV2AuthorizationSignalStoreCache implements GroupsV2Auth
|
||||
|
||||
return result;
|
||||
} catch (IOException | InvalidInputException e) {
|
||||
throw new AssertionError(e);
|
||||
Log.w(TAG, "Unable to read cached credentials, clearing and requesting new ones instead", e);
|
||||
clear();
|
||||
return Collections.emptyMap();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user