Skip to content

Commit

Permalink
Don't need the toast
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Jan 20, 2024
1 parent f3e41c5 commit 9ce3aac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class SettingsIndexFragment : PreferenceFragment2() {
summary = BuildConfigWrap.VERSION_DESCRIPTION
this.setOnLongClickListener {
vm.showVersionInfos()
Snackbar.make(requireView(), R.string.general_copied_to_clipboard_msg, Snackbar.LENGTH_SHORT).show()
true
}
}
Expand Down

0 comments on commit 9ce3aac

Please sign in to comment.