Skip to content

Commit

Permalink
SpUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
yechaoa committed Sep 12, 2017
1 parent cb7496c commit 28d6d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/yechaoa/yutils/SpUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void removeByKey(String key) {
sp.edit().remove(key).apply();
}

public static void removeAll(String key) {
public static void removeAll() {
sp.edit().clear().apply();
}

Expand Down

0 comments on commit 28d6d2c

Please sign in to comment.