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