We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0383df3 commit b60b76eCopy full SHA for b60b76e
app/src/main/kotlin/li/songe/gkd/service/A11yState.kt
@@ -46,6 +46,7 @@ private val activityLogMutex by lazy { Mutex() }
46
47
private var activityLogCount = 0
48
private var lastActivityChangeTime = 0L
49
+@Synchronized
50
fun updateTopActivity(topActivity: TopActivity) {
51
if (topActivity.activityId == null && activityTaskManagerFlow.value != null && topActivity.appId == launcherAppId) {
52
// 无障碍 appId 改变速度慢于系统 activity 栈变化
0 commit comments