chore: show back button in learning settings page (#2266)

This commit is contained in:
ggurdin 2025-03-28 16:40:11 -04:00 committed by GitHub
parent 8ab7f38cb4
commit f260580294
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,