Skip to content

Commit

Permalink
fix: fixed invisible 'exclude from recents' on root builds
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Mar 16, 2023
1 parent 062cce2 commit 20c1d2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class SettingsMiscFragment : SettingsBaseFragment() {

crashReports?.parent?.isVisible = !BuildConfig.FOSS_ONLY
debugDatabase?.parent?.isVisible = BuildConfig.DEBUG
autoStartNotify?.parent?.isVisible = BuildConfig.ROOTLESS
autoStartNotify?.isVisible = BuildConfig.ROOTLESS
}

companion object {
Expand Down

0 comments on commit 20c1d2c

Please sign in to comment.