Browse Source

解决评分评论后再次来到设置页任然会显示

zk 1 year ago
parent
commit
9d4fe2d164
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/java/com/atmob/voiceai/utils/ScoringUtils.java

+ 1 - 1
app/src/main/java/com/atmob/voiceai/utils/ScoringUtils.java

@@ -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() {