fix: bad virtual keybaord for tchois (team peer programming)

This commit is contained in:
poka 2023-01-31 03:14:01 +01:00
parent 8382cbfc29
commit 9a4c1d602b
2 changed files with 3 additions and 2 deletions

View File

@ -96,7 +96,7 @@ class _HomeScreenState extends State<HomeScreen> {
// sub.nodeConnected = false;
// }
// Améliore ce code car il y a un bug: parfois l'app se croit hors ligne, alors que c'est faux, le téléphone est bien connecté à internet
// Améliore ce code car il y a un bug: parfois l'app se croit hors ligne, alors que c'est faux, le téléphone est bien connecté à internet
// (GPT vscode extension fixed it for my...)
HomeProvider homeProvider =
Provider.of<HomeProvider>(context, listen: false);

View File

@ -637,7 +637,8 @@ void paymentPopup(BuildContext context, String toAddress) {
autofocus: true,
maxLines: 1,
textAlign: TextAlign.center,
keyboardType: TextInputType.number,
keyboardType: const TextInputType.numberWithOptions(
decimal: true),
onChanged: (_) async {
fees = await sub.txFees(
defaultWallet.address,