We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca8507 commit 70e6bf7Copy full SHA for 70e6bf7
1 file changed
app/src/main/java/com/fox2code/mmm/installer/InstallerActivity.kt
@@ -438,7 +438,7 @@ class InstallerActivity : FoxActivity() {
438
}
439
} catch (ignored: IOException) {
440
441
- val compatFlags = AppUpdateManager.getFlagsForModule(moduleId)
+ val compatFlags = AppUpdateManager.getFlagsForModule(moduleId!!)
442
if (compatFlags and AppUpdateManager.FLAG_COMPAT_NEED_32BIT != 0) needs32bit = true
443
if (compatFlags and AppUpdateManager.FLAG_COMPAT_NO_EXT != 0) noExtensions = true
444
if (moduleId != null && (moduleId!!.isEmpty() || moduleId!!.contains("/") || moduleId!!.contains(
0 commit comments