Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-05 20:36:33 +08:00
parent 88f0ab1dea
commit 50070997de
2 changed files with 17 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ $ImageAnimPatch = "lib/scripts/image_anim.patch"
$LayoutBuilderPatch = "lib/scripts/layout_builder.patch"
# https://github.com/bggRGjQaUbCoE/PiliPlus/issues/2308
$NavigationDrawerPatch = "lib/scripts/navigation_drawer.patch"
# TODO: remove
# https://github.com/flutter/flutter/issues/90223
$ModalBarrierPatch = "lib/scripts/modal_barrier.patch"
@@ -46,7 +49,7 @@ Set-Location $env:FLUTTER_ROOT
$picks = @()
$reverts = @()
$patches = @($ModalBarrierPatch, $TextSelectionPatch, $MouseCursorPatch,
$ImageAnimPatch, $LayoutBuilderPatch)
$ImageAnimPatch, $LayoutBuilderPatch, $NavigationDrawerPatch)
switch ($platform.ToLower()) {
"android" {