mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 15:37:26 +00:00
@@ -85,7 +85,7 @@ abstract class BaseActivity : AppCompatActivity() {
|
||||
}
|
||||
|
||||
override fun recreate() {
|
||||
startActivity(intent)
|
||||
startActivity(Intent().setComponent(intent.component))
|
||||
finish()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user