Cancel notifications when resuming main activity
This commit is contained in:
@ -796,6 +796,7 @@ class MainActivity : AppCompatActivity() {
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
Log.d(TAG, "Main onResume with action '$resumeAction'")
|
||||
nm.cancelAll()
|
||||
visible = true
|
||||
when (resumeAction) {
|
||||
"call show" ->
|
||||
|
||||
Reference in New Issue
Block a user