Skip to content

Commit c8da1e1

Browse files
authored
Merge pull request #567 from flow-mn/develop
Develop
2 parents a527586 + 207bca0 commit c8da1e1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lib/routes/account/account_edit_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) {

lib/routes/preferences_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A personal finance managing app
33

44
publish_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

88
environment:
99
sdk: ">=3.8.0 <4.0.0"

0 commit comments

Comments
 (0)