|
@@ -37,7 +37,7 @@ public class ScoringUtils {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public static void isScoringSuccess() {
|
|
public static void isScoringSuccess() {
|
|
|
- KVUtils.getDefault().getBoolean(KEY_SCORING_SUCCESS, true);
|
|
|
|
|
|
|
+ KVUtils.getDefault().putBoolean(KEY_SCORING_SUCCESS, true);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public static boolean checkShowScoring() {
|
|
public static boolean checkShowScoring() {
|