mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Revert "[TMP] Completely kill app instead of activity only"
This reverts commit 2cba0430e6
.
This commit is contained in:
parent
c9a5dc5634
commit
cd9df91a83
1 changed files with 1 additions and 2 deletions
|
@ -188,8 +188,7 @@ abstract class VectorBaseActivity : AppCompatActivity(), HasScreenInjector {
|
|||
if (!it.hasBeenHandled) {
|
||||
// Recreate the Activity because configuration has changed
|
||||
startActivity(intent)
|
||||
//finish()
|
||||
Runtime.getRuntime().exit(0)
|
||||
finish()
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue