fix autobug from crashlytics, channel edit text doesn't yet do anything

This commit is contained in:
geeksville
2020-03-31 07:59:10 -07:00
parent d9fe9c6912
commit 5d264db746

View File

@@ -44,7 +44,7 @@ fun ChannelContent(channel: Channel?) {
),
imeAction = ImeAction.Done,
onImeActionPerformed = {
TODO()
ChannelLog.errormsg("FIXME, implement channel edit button")
}
)
} else {