mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-19 15:59:02 +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 {
|
try {
|
||||||
syncSession.authorize()
|
syncSession.authorize()
|
||||||
Logger.i(TAG, "Connection authorized for $remotePublicKey by confirmation")
|
Logger.i(TAG, "Connection authorized for $remotePublicKey by confirmation")
|
||||||
|
|
||||||
|
activity.finish()
|
||||||
} catch (e: Throwable) {
|
} catch (e: Throwable) {
|
||||||
Logger.e(TAG, "Failed to send authorize", e)
|
Logger.e(TAG, "Failed to send authorize", e)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue