mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
Fix account dialog when theme switch is hidden
This commit is contained in:
parent
e53d0ecf6c
commit
3fd6a47270
1 changed files with 4 additions and 7 deletions
|
@ -100,14 +100,11 @@ class _WrappedAccountPickerDialog extends StatelessWidget {
|
|||
children: [
|
||||
const SizedBox(height: 8),
|
||||
Stack(
|
||||
alignment: Alignment.center,
|
||||
children: [
|
||||
Positioned.fill(
|
||||
child: Center(
|
||||
child: Text(
|
||||
L10n.global().appTitle,
|
||||
style: Theme.of(context).textTheme.headlineSmall,
|
||||
),
|
||||
),
|
||||
Text(
|
||||
L10n.global().appTitle,
|
||||
style: Theme.of(context).textTheme.headlineSmall,
|
||||
),
|
||||
if (!Pref().isFollowSystemThemeOr(false))
|
||||
Align(
|
||||
|
|
Loading…
Reference in a new issue