Skip to content

Commit

Permalink
fix: 配置应用界面未保存的提示失效
Browse files Browse the repository at this point in the history
  • Loading branch information
GSWXXN committed Dec 5, 2024
1 parent ff8bac9 commit 83eaad7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ class ConfigAppsActivity : BaseActivity<ActivityConfigAppsBinding>(), CoroutineS
}

override fun finishAfterTransition() {
super.finishAfterTransition()
fun isNeedSavePrompt() = (instance.submitSet && prefs().get(instance.checkedListPrefs) notEqualsTo checkedList) ||
(instance.submitMap && prefs().get(instance.configMapPrefs) notEqualsTo configMap.toSet())

Expand Down

0 comments on commit 83eaad7

Please sign in to comment.