Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipppppppppp committed Jun 8, 2024
1 parent a4b1eb2 commit 8f74211
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public void hook(LimeOptions limeOptions, XC_LoadPackage.LoadPackageParam loadPa
protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
Context context = (Context) param.thisObject;
PackageManager pm = context.getPackageManager();
XposedBridge.log(pm.getPackageInfo(loadPackageParam.packageName, 0).versionName);
if (!BuildConfig.HOOK_TARGET_VERSION.equals(pm.getPackageInfo(loadPackageParam.packageName, 0).versionName)) {
Utils.addModuleAssetPath(context);
Toast.makeText(context.getApplicationContext(), context.getString(R.string.incompatible_version), Toast.LENGTH_SHORT).show();
Expand Down

0 comments on commit 8f74211

Please sign in to comment.