Updated on 2026-08-14
This commit is contained in:
parent
e0f3b72147
commit
67261ff150
3 changed files with 7 additions and 3 deletions
|
|
@ -452,6 +452,9 @@ class MainActivity : AppCompatActivity(), SnackbarHandler, ActivityResultCallbac
|
|||
|
||||
override fun onDestroy() {
|
||||
intentProcessor.removeAll()
|
||||
// workaround: kill process when activity destroy to avoid state when lock() wallets
|
||||
// and navigation to unlock screen was skipped because system kills activity but not process
|
||||
android.os.Process.killProcess(android.os.Process.myPid())
|
||||
super.onDestroy()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue