Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fry-kun committed Nov 7, 2024
1 parent a1fe38b commit ff3664b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/dev/ukanth/ufirewall/Api.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public final class Api {
public static final int SPECIAL_UID_NTP = -14;

public static final int NOTIFICATION_ID = 1;
public static final String PREF_FIREWALL_STATUS = "AFWallStaus";
public static final String PREF_FIREWALL_STATUS = "AFWallStatus";
public static final String DEFAULT_PREFS_NAME = "AFWallPrefs";
//for import/export rules
//revertback to old approach for performance
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/dev/ukanth/ufirewall/util/G.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public static Context getContext() {
/**
* FIXME
**/
private static final String AFWALL_STATUS = "AFWallStaus";
private static final String AFWALL_STATUS = "AFWallStatus";
//private static final String BLOCKED_NOTIFICATION = "block_filter_app";
/* Profiles */
private static final String ADDITIONAL_PROFILES = "plusprofiles";
Expand Down

0 comments on commit ff3664b

Please sign in to comment.