mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 13:18:34 +00:00
Fix possible thread visibility issue in CellConstraintObserver.
Related to #9030.
This commit is contained in:
parent
8b99af3eef
commit
cd007a20d7
@ -13,8 +13,8 @@ public class CellServiceConstraintObserver implements ConstraintObserver {
|
||||
|
||||
private static final String REASON = CellServiceConstraintObserver.class.getSimpleName();
|
||||
|
||||
private Notifier notifier;
|
||||
private ServiceState lastKnownState;
|
||||
private volatile Notifier notifier;
|
||||
private volatile ServiceState lastKnownState;
|
||||
|
||||
private static CellServiceConstraintObserver instance;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user