Loading src/com/android/launcher3/util/WindowBounds.java +2 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,8 @@ public class WindowBounds { return false; } WindowBounds other = (WindowBounds) obj; return other.bounds.equals(bounds) && other.insets.equals(insets); return other.bounds.equals(bounds) && other.insets.equals(insets) && other.rotationHint == rotationHint; } @Override Loading Loading
src/com/android/launcher3/util/WindowBounds.java +2 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,8 @@ public class WindowBounds { return false; } WindowBounds other = (WindowBounds) obj; return other.bounds.equals(bounds) && other.insets.equals(insets); return other.bounds.equals(bounds) && other.insets.equals(insets) && other.rotationHint == rotationHint; } @Override Loading