mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
editing and saving channels kinda works
This commit is contained in:
parent
1d32dad6de
commit
2b588ac7e7
7 changed files with 137 additions and 64 deletions
|
|
@ -254,7 +254,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
|||
debug("did IME action")
|
||||
val n = usernameEditText.text.toString().trim()
|
||||
if (n.isNotEmpty())
|
||||
model.setOwner(requireContext(), n)
|
||||
model.setOwner(n)
|
||||
|
||||
requireActivity().hideKeyboard()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue