Track Asset Transfer [Most Recent]

main_design2.0
zaid_daoud 2 years ago
parent fd439a4f46
commit 5f842068a4

@ -179,7 +179,7 @@ class AssetTransferSearchDialogState extends State<AssetTransferSearchDialog> wi
),
SizedBox(height: 16.0 * AppStyle.getScaleFactor(context)),
Visibility(
visible: (_search.toMap()?.remove("mostRecent"))?.isNotEmpty,
visible: (_search.toMap()..remove("mostRecent"))?.isNotEmpty ?? false,
child: Padding(
padding: const EdgeInsets.symmetric(vertical: 8, horizontal: 16),
child: AButton(

Loading…
Cancel
Save