mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
fix final label not modifiable.
This commit is contained in:
parent
b6969e2a33
commit
35cc73a2f7
2 changed files with 2 additions and 2 deletions
|
|
@ -878,7 +878,7 @@ class _ChannelChatScreenState extends State<ChannelChatScreen> {
|
|||
text: _truncateToUtf8Bytes(defaultLabel, maxLabelBytes),
|
||||
);
|
||||
|
||||
final label = await showDialog<String>(
|
||||
var label = await showDialog<String>(
|
||||
context: context,
|
||||
builder: (context) => AlertDialog(
|
||||
title: Text(context.l10n.chat_shareLocation),
|
||||
|
|
|
|||
|
|
@ -527,7 +527,7 @@ class _ChatScreenState extends State<ChatScreen> {
|
|||
text: _truncateToUtf8Bytes(defaultLabel, maxLabelBytes),
|
||||
);
|
||||
|
||||
final label = await showDialog<String>(
|
||||
var label = await showDialog<String>(
|
||||
context: context,
|
||||
builder: (context) => AlertDialog(
|
||||
title: Text(context.l10n.chat_shareLocation),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue