mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Fix upgrade check
This commit is contained in:
@@ -93,7 +93,7 @@ class ReactionSettingsFragment : PreferenceFragment2() {
|
||||
autoConnectConditionPref.isEnabled = it
|
||||
}
|
||||
|
||||
vm.isPro.observe2 { isPro = true }
|
||||
vm.isPro.observe2 { isPro = it }
|
||||
|
||||
super.onViewCreated(view, savedInstanceState)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user