We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2b97e commit 499c590Copy full SHA for 499c590
lib/widgets/settings.dart
@@ -20,7 +20,7 @@ class SettingsPage extends StatelessWidget {
20
return Scaffold(
21
appBar: ZulipAppBar(
22
title: Text(zulipLocalizations.settingsPageTitle)),
23
- body: Column(children: [
+ body: ListView(children: [
24
const _ThemeSetting(),
25
const _BrowserPreferenceSetting(),
26
const _VisitFirstUnreadSetting(),
0 commit comments