Bug 1301593 - Fix typo in model number. r=sebastian

MozReview-Commit-ID: IZTk57YxCRb
This commit is contained in:
Kartikaya Gupta 2016-10-24 08:52:23 -04:00
Родитель 21a8e4efd4
Коммит 0ac93be86f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -67,7 +67,7 @@ public class DynamicToolbar {
}
// Also disable variants of the Galaxy Note 4 on Android 5.0.1 (Bug 1301593)
if (Build.VERSION.SDK_INT == Build.VERSION_CODES.LOLLIPOP
&& (Build.MODEL.startsWith("SM-910"))) {
&& (Build.MODEL.startsWith("SM-N910"))) {
return true;
}
return false;