File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ class _AccountEditPageState extends State<AccountEditPage> {
323323 await showModalBottomSheet <Optional <DateTime >>(
324324 context: context,
325325 builder: (context) => UpdateBalanceOptionsSheet (),
326+ isScrollControlled: true ,
326327 );
327328
328329 if (updateAtResult == null || ! mounted) {
Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ class PreferencesPageState extends State<PreferencesPage> {
295295 final selected = await showModalBottomSheet <String >(
296296 context: context,
297297 builder: (context) => SelectCurrencySheet (currentlySelected: current),
298+ isScrollControlled: true ,
298299 );
299300
300301 if (selected != null ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A personal finance managing app
33
44publish_to : " none" # Remove this line if you wish to publish to pub.dev
55
6- version : " 0.15.0+260 "
6+ version : " 0.15.0+261 "
77
88environment :
99 sdk : " >=3.8.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments