mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Address another buggy LGE variant (b5_jp_kdi)
This commit is contained in:
parent
6c5fe18b6e
commit
9d9f729e42
@ -337,7 +337,8 @@ public class MediaCodecHelper {
|
|||||||
|
|
||||||
// This device seems to crash constantly at 720p, so try disabling
|
// This device seems to crash constantly at 720p, so try disabling
|
||||||
// RFI to see if we can get that under control.
|
// RFI to see if we can get that under control.
|
||||||
if (Build.BRAND.toLowerCase().equals("lge") && Build.PRODUCT.toLowerCase().startsWith("b3_")) {
|
if (Build.BRAND.toLowerCase().equals("lge") &&
|
||||||
|
(Build.PRODUCT.toLowerCase().startsWith("b3_") || Build.PRODUCT.toLowerCase().startsWith("b5_"))) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user