chore: unfocus keyboard on click level up notification

pull/2245/head
ggurdin 5 months ago
parent bbe3ff0d70
commit c84676074e
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -176,6 +176,8 @@ class LevelUpBannerState extends State<LevelUpBanner>
Future<void> _toggleDetails() async {
if (!Environment.isStagingEnvironment) return;
FocusScope.of(context).unfocus();
if (mounted) {
setState(() {
_showDetails = !_showDetails;

Loading…
Cancel
Save