mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
clean up snackbar
This commit is contained in:
parent
45895cdcf6
commit
a42ba77bf2
2 changed files with 4 additions and 4 deletions
|
|
@ -156,7 +156,7 @@ class ChannelFragment : ScreenFragment("Channel"), Logging {
|
|||
requireActivity().startActivity(shareIntent)
|
||||
} catch (ex: ActivityNotFoundException) {
|
||||
Snackbar.make(
|
||||
binding.shareButton,
|
||||
requireView(),
|
||||
R.string.no_app_found,
|
||||
Snackbar.LENGTH_SHORT
|
||||
).show()
|
||||
|
|
@ -179,7 +179,7 @@ class ChannelFragment : ScreenFragment("Channel"), Logging {
|
|||
|
||||
// Tell the user to try again
|
||||
Snackbar.make(
|
||||
binding.editableCheckbox,
|
||||
requireView(),
|
||||
R.string.radio_sleeping,
|
||||
Snackbar.LENGTH_SHORT
|
||||
).show()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue