Improved Surface Duo support

This commit is contained in:
M66B
2021-01-25 18:22:18 +01:00
parent 43d01b305e
commit b78404445b
2 changed files with 5 additions and 3 deletions

View File

@@ -739,7 +739,7 @@ public class Helper {
return 0;
}
static boolean isFoldable() {
static boolean isSurfaceDuo() {
return ("Microsoft".equalsIgnoreCase(Build.MANUFACTURER) && "Surface Duo".equals(Build.MODEL));
}