Implement send notification

This commit is contained in:
世界
2024-11-07 12:48:48 +08:00
parent e38f352c48
commit 108f8b05af
15 changed files with 116 additions and 45 deletions

View File

@@ -16,13 +16,14 @@ import io.nekohasekai.sfa.bg.UpdateProfileWork
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.launch
import me.weishu.reflection.Reflection
import io.nekohasekai.sfa.Application as BoxApplication
class Application : Application() {
override fun attachBaseContext(base: Context?) {
super.attachBaseContext(base)
Reflection.unseal(base)
application = this
}