Merge "Separate rotationHint as different object of WindowBounds" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
aa5b85628a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user