mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
fix tags panel may overscroll on iOS
This commit is contained in:
@@ -5,6 +5,7 @@ bool get isDesktop =>
|
||||
!kIsWeb && (Platform.isWindows || Platform.isLinux || Platform.isMacOS);
|
||||
bool get isWindows => !kIsWeb && Platform.isWindows;
|
||||
bool get isAndroid => !kIsWeb && Platform.isAndroid;
|
||||
bool get isIOS => !kIsWeb && Platform.isIOS;
|
||||
|
||||
String? getFilenameFromContentDisposition(String? contentDisposition) {
|
||||
if (contentDisposition == null) {
|
||||
|
||||
Reference in New Issue
Block a user