mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-18 15:32:35 +00:00
Confirming sync now brings you back to the device list.
This commit is contained in:
parent
fc59b841d6
commit
6f37bc2f5d
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue