Fixed inconsistent colors for Media OSD

This commit is contained in:
bean-factory
2026-01-17 18:46:30 +05:30
committed by GitHub
parent 0a6a3e5eba
commit ff488ca897
-8
View File
@@ -173,10 +173,6 @@ Variants {
return LockKeysService.scrollLockOn ? Color.mPrimary : Color.mOnSurfaceVariant;
}
}
// For media, use primary color
if (currentOSDType === OSD.Type.Media) {
return Color.mPrimary;
}
return Color.mPrimary;
}
@@ -196,10 +192,6 @@ Variants {
}
}
if (currentOSDType === OSD.Type.Media) {
return Color.mPrimary;
}
return Color.mOnSurface;
}