update android default hwdec

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-20 17:59:35 +08:00
parent c4dd07ab0f
commit 267de61e95
2 changed files with 6 additions and 1 deletions

View File

@@ -257,7 +257,7 @@ abstract final class Pref {
static String get hardwareDecoding => _setting.get(
SettingBoxKey.hardwareDecoding,
defaultValue: Platform.isAndroid
? HwDecType.autoSafe.hwdec
? HwDecType.androidDefault
: HwDecType.auto.hwdec,
);