Commit e3a5e00d authored by Max Lv's avatar Max Lv

Hmm, almost forget how to write Kotlin

parent 612c39e9
...@@ -58,7 +58,7 @@ class AppManager : AppCompatActivity() { ...@@ -58,7 +58,7 @@ class AppManager : AppCompatActivity() {
companion object { companion object {
@SuppressLint("StaticFieldLeak") @SuppressLint("StaticFieldLeak")
private var instance: AppManager? = null private var instance: AppManager? = null
private const val SWITCH = "switch"; private const val SWITCH = "switch"
private var receiver: BroadcastReceiver? = null private var receiver: BroadcastReceiver? = null
private var cachedApps: Map<String, PackageInfo>? = null private var cachedApps: Map<String, PackageInfo>? = null
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment