Commit b542e0f0 authored by fallenstardust's avatar fallenstardust

搜索结果中添加收藏不切换为显示收藏列表

parent bdc86ae0
...@@ -283,7 +283,7 @@ public class CardSearcher implements View.OnClickListener { ...@@ -283,7 +283,7 @@ public class CardSearcher implements View.OnClickListener {
} }
public void hideFavorites(){ public void hideFavorites(){
mShowFavorite = true; mShowFavorite = false;
myFavButton.setSelected(false); myFavButton.setSelected(false);
if (mCallBack != null) { if (mCallBack != null) {
mCallBack.onSearchStart(); mCallBack.onSearchStart();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment