Skip to content

Commit

Permalink
Upgrade Version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiayucc committed Apr 3, 2023
1 parent 7e46a40 commit edf554a
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import android.Manifest
import android.annotation.SuppressLint
import android.app.ActivityManager
import android.app.NotificationManager
import android.content.Context
import android.content.Intent
import android.content.pm.PackageManager
import android.content.res.Configuration
Expand Down Expand Up @@ -76,12 +75,6 @@ class MainActivity : AppCompatActivity() {
private lateinit var imageView: ImageView
private var alertimageView: ImageView? = null
private var menu: Menu? = null
override fun attachBaseContext(newBase: Context?) {
super.attachBaseContext(newBase)
runCatching {
HotFixUtils().doHotFix(newBase!!.classLoader)
}
}

override fun onCreate(savedInstanceState: Bundle?) {
localeID = modulePrefs.get(localeId)
Expand Down

0 comments on commit edf554a

Please sign in to comment.