Address another buggy LGE variant (b5_jp_kdi)

This commit is contained in:
Cameron Gutman 2018-03-27 20:48:16 -07:00
parent 6c5fe18b6e
commit 9d9f729e42

View File

@ -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;
} }