File tree Expand file tree Collapse file tree
app/src/main/java/com/leadrdrk/umapatcher/patcher Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ class AppPatcher(
105105 progress = - 1f
106106
107107 val modArm64Lib = context.modArm64Lib
108- val modArmLib = context.modArmLib
109108
110109 val packageInfo = GameChecker .getPackageInfo(context.packageManager) ? : return false
111110 val appApkDir = File (packageInfo.applicationInfo.publicSourceDir).parentFile ? : return false
@@ -288,7 +287,6 @@ class AppPatcher(
288287
289288 private enum class SplitApkType {
290289 BASE ,
291- CONFIG_ARM ,
292290 CONFIG_ARM64
293291 }
294292
@@ -317,9 +315,7 @@ class AppPatcher(
317315 success = false
318316 }
319317
320- if (processedSplits[SplitApkType .CONFIG_ARM64 ] != true &&
321- processedSplits[SplitApkType .CONFIG_ARM ] != true )
322- {
318+ if (processedSplits[SplitApkType .CONFIG_ARM64 ] != true ) {
323319 log(context.getString(R .string.apk_files_missing_lib))
324320 success = false
325321 }
You can’t perform that action at this time.
0 commit comments