mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-06 05:42:40 -05:00
fix autobug from crashlytics, channel edit text doesn't yet do anything
This commit is contained in:
@@ -44,7 +44,7 @@ fun ChannelContent(channel: Channel?) {
|
||||
),
|
||||
imeAction = ImeAction.Done,
|
||||
onImeActionPerformed = {
|
||||
TODO()
|
||||
ChannelLog.errormsg("FIXME, implement channel edit button")
|
||||
}
|
||||
)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user