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