Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39ec8fb9 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Compatibility mode never needed for normal size screens.

Change-Id: I3482fa692618b9272e1e19384e766a77f2a53c5d
parent a239c845
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -199,6 +199,9 @@ public class CompatibilityInfo implements Parcelable {
                } else if (!anyResizeable) {
                } else if (!anyResizeable) {
                    compatFlags |= ALWAYS_NEEDS_COMPAT;
                    compatFlags |= ALWAYS_NEEDS_COMPAT;
                }
                }
            } else {
                compatFlags &= ~NEEDS_SCREEN_COMPAT;
                compatFlags |= NEVER_NEEDS_COMPAT;
            }
            }


            if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) {
            if ((appInfo.flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0) {