diff --git a/plugins/XposedGenerator.java b/plugins/XposedGenerator.java index 4eb83368..216a2239 100644 --- a/plugins/XposedGenerator.java +++ b/plugins/XposedGenerator.java @@ -311,7 +311,7 @@ public class XposedGenerator extends Plugin try // { - if (foundpckg.isEmpty() || foundpckg == null) + if (foundpckg == null || foundpckg.isEmpty()) foundpckg = "No Package Found"; }