Change recreate logic
Although this new behavior is a little more annoying, at least it properly kills the activity and restarts it with updated configs.
This commit is contained in:
parent
4638fdf2d7
commit
6e4777692e
@ -84,4 +84,9 @@ abstract class BaseActivity : AppCompatActivity() {
|
||||
startActivityForResult(intent, requestCode)
|
||||
}
|
||||
|
||||
override fun recreate() {
|
||||
startActivity(intent)
|
||||
finish()
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user