mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-06 05:49:03 +08:00
Remove onResume() method in MainActivity
This commit is contained in:
@@ -56,11 +56,6 @@ class MainActivity : FlutterActivity() {
|
||||
}
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
Log.i("MainActivity","DeviceName=${getDeviceName()}")
|
||||
}
|
||||
|
||||
@ChannelMethod(methodName = "enableProtect")
|
||||
@Suppress("unused")
|
||||
private fun enableFlagSecure() {
|
||||
|
||||
Reference in New Issue
Block a user