Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwong525 committed Aug 10, 2023
1 parent e96a423 commit 7c27f29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/screens/settings/components/settings_title.dart
Expand Up @@ -9,6 +9,7 @@ class SettingsTitle extends StatelessWidget {
Widget build(BuildContext context) {
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisSize: MainAxisSize.min,
children: [
Padding(
padding: const EdgeInsets.only(top: 16),
Expand Down
1 change: 0 additions & 1 deletion lib/screens/settings/settings_screen.dart
Expand Up @@ -304,7 +304,6 @@ class _SettingsScreenState extends ConsumerState<SettingsScreen> {
)
: Column(
children: [
const Divider(),
Auth(onLogin: (e) {
getEncryptionKey();
setState(() {
Expand Down

0 comments on commit 7c27f29

Please sign in to comment.