mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Pattern code on recent change
This commit is contained in:
parent
70becf72e0
commit
006d8e37de
1 changed files with 4 additions and 4 deletions
|
@ -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!")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue