Skip to content

Commit

Permalink
Fix issue where app language bottom sheet would fill full height (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu authored Jan 28, 2024
1 parent c3f8684 commit 90fbcd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/settings/pages/general_settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ class _GeneralSettingsPageState extends State<GeneralSettingsPage> with SingleTi
onChanged: (ListPickerItem<Locale> value) {
setPreferences(LocalSettings.appLanguageCode, value.payload);
},
isBottomModalScrollControlled: true,
valueDisplay: Row(
children: [
Text(
Expand Down

0 comments on commit 90fbcd2

Please sign in to comment.