mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-22 19:40:10 +08:00
apply TextSelectionMenuFix
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -12,6 +12,10 @@ $BottomSheetAndroidPatch = "lib/scripts/bottom_sheet_android.patch"
|
||||
$BottomSheetIOSFlutterPatch = "lib/scripts/bottom_sheet_ios_flutter.patch"
|
||||
$BottomSheetIOSPiliPlusPatch = "lib/scripts/bottom_sheet_ios_piliplus.patch"
|
||||
|
||||
# TODO: remove
|
||||
# https://github.com/flutter/flutter/issues/185052
|
||||
$TextSelectionMenuFix = "beb2ad17004a1b118ff2bd09f55cee23198f6652";
|
||||
|
||||
# https://github.com/bggRGjQaUbCoE/PiliPlus/issues/1662
|
||||
$ScrollViewPatch = "lib/scripts/scroll_view.patch"
|
||||
|
||||
@@ -66,7 +70,7 @@ if ($platform.ToLower() -eq "ios") {
|
||||
|
||||
Set-Location $env:FLUTTER_ROOT
|
||||
|
||||
$picks = @()
|
||||
$picks = @($TextSelectionMenuFix)
|
||||
$reverts = @()
|
||||
$patches = @($ModalBarrierPatch, $TextSelectionPatch, $MouseCursorPatch,
|
||||
$ImageAnimPatch, $LayoutBuilderPatch, $NavigationDrawerPatch,
|
||||
|
||||
Reference in New Issue
Block a user