mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Convert MiscellaneousValues to kotlin.
This commit is contained in:
committed by
Cody Henthorne
parent
e6a11c1ccf
commit
e24c951d83
@@ -67,7 +67,7 @@ final class OldDeviceClientTask implements ClientTask {
|
||||
|
||||
@Override
|
||||
public void success() {
|
||||
SignalStore.misc().markOldDeviceTransferLocked();
|
||||
SignalStore.misc().setOldDeviceTransferLocked(true);
|
||||
EventBus.getDefault().post(new Status(0, 0, 0,true));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user