Revert "[TMP] Completely kill app instead of activity only"
This reverts commit 2cba0430e69373a8a400f1f48cdcb572daa690cd.
This commit is contained in:
parent
c9a5dc5634
commit
cd9df91a83
@ -188,8 +188,7 @@ abstract class VectorBaseActivity : AppCompatActivity(), HasScreenInjector {
|
|||||||
if (!it.hasBeenHandled) {
|
if (!it.hasBeenHandled) {
|
||||||
// Recreate the Activity because configuration has changed
|
// Recreate the Activity because configuration has changed
|
||||||
startActivity(intent)
|
startActivity(intent)
|
||||||
//finish()
|
finish()
|
||||||
Runtime.getRuntime().exit(0)
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user