Clear the staled mFocusedView when toast surface is closed.
Test: manual Bug: 224756660 Change-Id: Iadce94f9138ee375fa9b6e3ef8fb685847312045
This commit is contained in:
@@ -58,4 +58,9 @@ public abstract class SearchAdapterProvider<T extends ActivityContext> extends B
|
||||
* Returns the item decorator.
|
||||
*/
|
||||
public abstract RecyclerView.ItemDecoration getDecorator();
|
||||
|
||||
/**
|
||||
* Clear the highlighted view.
|
||||
*/
|
||||
public abstract void clearHighlightedItem();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user