Merge pull request #3211 from pangeachat/3112-mobile-keyboard-blocks-levelup-text

chore: unfocus keyboard on click level up notification
pull/2245/head
ggurdin 5 months ago committed by GitHub
commit 6d08ea2277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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