Confirming sync now brings you back to the device list.

This commit is contained in:
Koen J 2025-05-07 12:57:44 +02:00
commit 6f37bc2f5d

View file

@ -997,6 +997,8 @@ class StateSync {
try {
syncSession.authorize()
Logger.i(TAG, "Connection authorized for $remotePublicKey by confirmation")
activity.finish()
} catch (e: Throwable) {
Logger.e(TAG, "Failed to send authorize", e)
}