chore: show back button in learning settings page (#2266)
This commit is contained in:
parent
8ab7f38cb4
commit
f260580294
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class SettingsLearningView extends StatelessWidget {
|
|||
builder: (context, _) {
|
||||
final dialogContent = Scaffold(
|
||||
appBar: AppBar(
|
||||
automaticallyImplyLeading: false,
|
||||
automaticallyImplyLeading: !controller.widget.isDialog,
|
||||
centerTitle: true,
|
||||
title: Text(
|
||||
L10n.of(context).learningSettings,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue