mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-09 02:21:11 +01:00
Changed TermuxAppSharedPreferences function naming convention
This commit is contained in:
parent
d42514d8c9
commit
4629276500
6 changed files with 19 additions and 19 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue