Add Pangea comments
This commit is contained in:
parent
2ad245f4d0
commit
1bd7e1edf1
1 changed files with 3 additions and 0 deletions
|
|
@ -523,9 +523,12 @@ class InputBar extends StatelessWidget {
|
|||
// decoration: decoration!,
|
||||
// Pangea#
|
||||
decoration: decoration.copyWith(
|
||||
// #Pangea
|
||||
// hint: ShrinkableText(
|
||||
hint: SizedBox(
|
||||
height: 24,
|
||||
child: ShrinkableText(
|
||||
// Pangea#
|
||||
text: choreographer.itController.open.value
|
||||
? L10n.of(context).buildTranslation
|
||||
: _defaultHintText(context),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue