Merge commit 'fb134cba2f2765eb170417e06de565755c89ad1a' into fluffychat-merge
This commit is contained in:
commit
b59fff3075
1 changed files with 1 additions and 1 deletions
|
|
@ -31,11 +31,11 @@ Future<String?> showTextInputDialog({
|
|||
bool autoSubmit = false,
|
||||
// Pangea#
|
||||
}) {
|
||||
final controller = TextEditingController(text: initialText);
|
||||
return showAdaptiveDialog<String>(
|
||||
context: context,
|
||||
useRootNavigator: useRootNavigator,
|
||||
builder: (context) {
|
||||
final controller = TextEditingController(text: initialText);
|
||||
final error = ValueNotifier<String?>(null);
|
||||
return ConstrainedBox(
|
||||
constraints: const BoxConstraints(maxWidth: 512),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue