mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
fix: avoid display cutout in fullscreen mode
This commit is contained in:
@@ -11,6 +11,7 @@ extension LocaleX on Locale {
|
||||
|
||||
extension String2Locale on String {
|
||||
Locale? get toLocale {
|
||||
// Issue #151
|
||||
if (isEmpty) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user