mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 06:10:58 +00:00
Address another buggy LGE variant (b5_jp_kdi)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user