mirror of
https://github.com/koloideal/Casha.git
synced 2026-06-10 10:25:28 +03:00
stableee
This commit is contained in:
@@ -993,7 +993,8 @@ class _ToAccountDropdownOverlay extends ConsumerWidget {
|
||||
return Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: filteredAccounts.map((account) {
|
||||
final isSelected = account.id == toAccountId;
|
||||
final isSelected =
|
||||
toAccountId != null && account.id == toAccountId;
|
||||
return InkWell(
|
||||
borderRadius: BorderRadius.circular(12),
|
||||
onTap: () {
|
||||
|
||||
Reference in New Issue
Block a user