mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 20:08:34 +00:00
Prevent crash in megaphones after backup restore.
This commit is contained in:
parent
28e2f22550
commit
7d949ee8fd
@ -63,6 +63,7 @@ public class MegaphoneRepository {
|
||||
public void getNextMegaphone(@NonNull Callback<Megaphone> callback) {
|
||||
executor.execute(() -> {
|
||||
if (enabled) {
|
||||
init();
|
||||
callback.onResult(Megaphones.getNextMegaphone(context, databaseCache));
|
||||
} else {
|
||||
callback.onResult(null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user