Merge "Fix return value in View#getUnrestrictedPreferKeepClearRects" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
32667b28c6
@@ -11941,7 +11941,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
||||
@NonNull
|
||||
public final List<Rect> getUnrestrictedPreferKeepClearRects() {
|
||||
final ListenerInfo info = mListenerInfo;
|
||||
if (info != null && info.mKeepClearRects != null) {
|
||||
if (info != null && info.mUnrestrictedKeepClearRects != null) {
|
||||
return new ArrayList(info.mUnrestrictedKeepClearRects);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user