fix: MainActivity多余大括号导致编译失败
第71行有多余的},导致类提前关闭,后续代码变成顶级声明。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -68,7 +68,6 @@ class MainActivity : AppCompatActivity() {
|
|||||||
fun showNotificationBanner(count: Int) {
|
fun showNotificationBanner(count: Int) {
|
||||||
notificationBanner.show(count)
|
notificationBanner.show(count)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// ===== 下拉手势检测(Activity 级别,不可能被子 View 拦截) =====
|
// ===== 下拉手势检测(Activity 级别,不可能被子 View 拦截) =====
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user