mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix autobug from crashlytics, channel edit text doesn't yet do anything
This commit is contained in:
parent
d9fe9c6912
commit
5d264db746
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ fun ChannelContent(channel: Channel?) {
|
|||
),
|
||||
imeAction = ImeAction.Done,
|
||||
onImeActionPerformed = {
|
||||
TODO()
|
||||
ChannelLog.errormsg("FIXME, implement channel edit button")
|
||||
}
|
||||
)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue