mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 09:47:17 +00:00
Fix warnings around missing awaits
This commit is contained in:
@@ -56,7 +56,7 @@ class _LockScreenState extends State<LockScreen> with WidgetsBindingObserver {
|
||||
text: context.l10n.unlock,
|
||||
iconData: Icons.lock_open_outlined,
|
||||
onTap: () async {
|
||||
_showLockScreen(source: "tapUnlock");
|
||||
await _showLockScreen(source: "tapUnlock");
|
||||
},
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user