Merge "Fix an unintentional change in method signature and avoid an API change."
This commit is contained in:
committed by
Android (Google) Code Review
commit
1629618098
@@ -745,7 +745,7 @@ public class SearchView extends LinearLayout implements CollapsibleActionView {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDetachedFromWindow() {
|
||||
protected void onDetachedFromWindow() {
|
||||
removeCallbacks(mUpdateDrawableStateRunnable);
|
||||
super.onDetachedFromWindow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user