Pattern code on recent change

This commit is contained in:
Jace 2022-11-01 10:06:07 +08:00
parent 70becf72e0
commit 006d8e37de

View file

@ -271,9 +271,9 @@ object PluginManager {
createNotification(activity, updatedPlugins, R.string.plugins_updated)
}
ioSafe {
// ioSafe {
afterPluginsLoadedEvent.invoke(true)
}
// }
Log.i(TAG, "Plugin update done!")
}
@ -356,9 +356,9 @@ object PluginManager {
createNotification(activity, newDownloadPlugins, R.string.plugins_downloaded)
}
ioSafe {
// ioSafe {
afterPluginsLoadedEvent.invoke(true)
}
// }
Log.i(TAG, "Plugin download done!")
}