缓存上次加入的群组
This commit is contained in:
parent
2e3de6b968
commit
74b10cd583
|
|
@ -86,7 +86,7 @@ class MainActivity : AppCompatActivity() {
|
|||
ctx.runOnUiThread {
|
||||
android.os.Handler(android.os.Looper.getMainLooper()).postDelayed({
|
||||
instance?.pttInterface?.pttJumpGroup(lastGroupId)
|
||||
}, 2000)
|
||||
}, 1000)
|
||||
}
|
||||
} else {
|
||||
Timber.tag("PTT").d("Both conditions met but lastGroupId is empty, skip auto-jump")
|
||||
|
|
|
|||
Loading…
Reference in New Issue