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 a32f8d0 commit a0aaf8eCopy full SHA for a0aaf8e
app/src/main/java/com/termux/tasker/PluginBundleManager.java
@@ -74,7 +74,7 @@ public class PluginBundleManager {
74
*/
75
@SuppressLint("DefaultLocale")
76
public static String parseBundle(@NonNull final Context context, final Bundle bundle) {
77
- if (bundle == null) return context.getString(R.string.error_null_or_empty_executable);
+ if (bundle == null) return context.getString(R.string.error_null_bundle);
78
79
/*
80
* Make sure the correct number of extras exist.
0 commit comments