parent
b1e0c5ff38
commit
867bab8513
@ -85,7 +85,7 @@ abstract class BaseActivity : AppCompatActivity() {
|
||||
}
|
||||
|
||||
override fun recreate() {
|
||||
startActivity(intent)
|
||||
startActivity(Intent().setComponent(intent.component))
|
||||
finish()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user