mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-19 04:58:47 -04:00
UI : Open search activity even on search icon click
This commit is contained in:
@@ -196,7 +196,7 @@ public class AuroraActivity extends BaseActivity {
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
@OnClick(R.id.search_bar)
|
||||
@OnClick({R.id.search_bar, R.id.action2})
|
||||
public void openSearchActivity() {
|
||||
Intent intent = new Intent(this, SearchActivity.class);
|
||||
ActivityOptions options = ActivityOptions.makeSceneTransitionAnimation(this);
|
||||
|
||||
Reference in New Issue
Block a user