Skip to content

Commit

Permalink
Merge pull request #6036 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: dont share with time code by default
  • Loading branch information
Bnyro authored May 14, 2024
2 parents 0578dda + e8b0b5e commit 2534b72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class ShareDialog : DialogFragment() {
private fun setupTimeStampBinding(binding: DialogShareBinding) {
binding.timeCodeSwitch.isChecked = PreferenceHelper.getBoolean(
PreferenceKeys.SHARE_WITH_TIME_CODE,
true
false
)
binding.timeCodeSwitch.setOnCheckedChangeListener { _, isChecked ->
binding.timeStampLayout.isVisible = isChecked
Expand Down

0 comments on commit 2534b72

Please sign in to comment.