Changed TermuxAppSharedPreferences function naming convention

This commit is contained in:
agnostic-apollo
2021-05-13 05:08:25 +05:00
parent d42514d8c9
commit 4629276500
6 changed files with 19 additions and 19 deletions

View File

@@ -76,7 +76,7 @@ public class PermissionUtils {
if (!PermissionUtils.checkDisplayOverOtherAppsPermission(context)) {
TermuxAppSharedPreferences preferences = new TermuxAppSharedPreferences(context);
if (preferences.getPluginErrorNotificationsEnabled())
if (preferences.arePluginErrorNotificationsEnabled())
Logger.showToast(context, context.getString(R.string.error_display_over_other_apps_permission_not_granted), true);
return false;
} else {