Skip to content

Commit

Permalink
Allow backups regardless of registration state
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Apr 23, 2024
1 parent 122ae1e commit b648251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class AppSettingsFragment : DSLSettingsFragment(
onClick = {
findNavController().safeNavigate(R.id.action_appSettingsFragment_to_chatsSettingsFragment)
},
isEnabled = state.isRegisteredAndUpToDate()
isEnabled = true
)

clickPref(
Expand Down

0 comments on commit b648251

Please sign in to comment.