mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +03:00
revert non-changes
This commit is contained in:
parent
821cdfb118
commit
b63b8f0a2e
@ -168,7 +168,8 @@ class _AndroidSettingsPageState extends ConsumerState<AndroidSettingsPage> {
|
||||
SwitchListTile(
|
||||
title: const Text('Silence NFC sounds'),
|
||||
subtitle: nfcSilenceSounds
|
||||
? const Text('No sounds will be played on NFC tap')
|
||||
? const Text(
|
||||
'No sounds will be played on NFC tap')
|
||||
: const Text('Sound will play on NFC tap'),
|
||||
value: nfcSilenceSounds,
|
||||
key: keys.nfcSilenceSoundsSettings,
|
||||
|
@ -39,7 +39,6 @@ class OathScreen extends ConsumerWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
|
||||
return ref.watch(oathStateProvider(devicePath)).when(
|
||||
loading: () => MessagePage(
|
||||
title: Text(AppLocalizations.of(context)!.oath_authenticator),
|
||||
|
@ -34,7 +34,6 @@ class SettingsPage extends ConsumerWidget {
|
||||
final themeMode = ref.watch(themeModeProvider);
|
||||
|
||||
final theme = Theme.of(context);
|
||||
|
||||
return ResponsiveDialog(
|
||||
title: Text(AppLocalizations.of(context)!.general_settings),
|
||||
child: Theme(
|
||||
|
Loading…
Reference in New Issue
Block a user