Skip to content

Commit 499c590

Browse files
author
MritunjayTiwari14
committed
settings: Add scroll for settings page
This commit replaced Column with ListView Widget to enable scrolling effect.
1 parent cc2b97e commit 499c590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/settings.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class SettingsPage extends StatelessWidget {
2020
return Scaffold(
2121
appBar: ZulipAppBar(
2222
title: Text(zulipLocalizations.settingsPageTitle)),
23-
body: Column(children: [
23+
body: ListView(children: [
2424
const _ThemeSetting(),
2525
const _BrowserPreferenceSetting(),
2626
const _VisitFirstUnreadSetting(),

0 commit comments

Comments
 (0)