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