We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f677da commit 046d1e9Copy full SHA for 046d1e9
1 file changed
lib/views/settings/SettingsLanguagesView.dart
@@ -25,7 +25,10 @@ class _SettingsLanguageViewState extends State<SettingsLanguageView> {
25
@override
26
Widget build(BuildContext context) {
27
return Scaffold(
28
- appBar: AppBar(),
+ appBar: AppBar(
29
+ automaticallyImplyLeading: true,
30
+ title: Text(appStrings(context).settings_language),
31
+ ),
32
body: ListView.builder(
33
itemCount: _locales.length,
34
itemBuilder: (context, index) {
0 commit comments