缓存上次加入的群组

This commit is contained in:
fengge 2026-06-30 17:35:49 +08:00
parent 2e3de6b968
commit 74b10cd583
1 changed files with 1 additions and 1 deletions

View File

@ -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")