File tree Expand file tree Collapse file tree
app/src/main/java/io/github/muntashirakon/AppManager/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -382,7 +382,6 @@ public Object getDefaultValue(@NonNull PrefKey key) {
382382 case PREF_ENABLE_SCREEN_LOCK_BOOL :
383383 case PREF_MAIN_WINDOW_SORT_REVERSE_BOOL :
384384 case PREF_LOG_VIEWER_EXPAND_BY_DEFAULT_BOOL :
385- case PREF_LOG_VIEWER_OMIT_SENSITIVE_INFO_BOOL :
386385 case PREF_APP_THEME_PURE_BLACK_BOOL :
387386 case PREF_DISPLAY_CHANGELOG_BOOL :
388387 case PREF_FM_DISPLAY_IN_LAUNCHER_BOOL :
@@ -394,6 +393,7 @@ public Object getDefaultValue(@NonNull PrefKey key) {
394393 case PREF_APP_OP_SHOW_DEFAULT_BOOL :
395394 case PREF_SHOW_DISCLAIMER_BOOL :
396395 case PREF_LOG_VIEWER_SHOW_PID_TID_TIMESTAMP_BOOL :
396+ case PREF_LOG_VIEWER_OMIT_SENSITIVE_INFO_BOOL :
397397 case PREF_INSTALLER_DISPLAY_CHANGES_BOOL :
398398 case PREF_VIRUS_TOTAL_PROMPT_BEFORE_UPLOADING_BOOL :
399399 case PREF_ZIP_ALIGN_BOOL :
You can’t perform that action at this time.
0 commit comments