Skip to content

Commit

Permalink
searchclicked method name typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
rijogeorge7 committed May 23, 2018
1 parent 16e2018 commit 78d9e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public boolean onMenuItemActionCollapse(MenuItem item) {
public boolean onQueryTextSubmit(String query) {
SoftKeyboardUtils.hideSoftInput(searchView);
MoviesListingFragment mlFragment = (MoviesListingFragment) getSupportFragmentManager().findFragmentById(R.id.fragment_listing);
mlFragment.searchViewCliked(query);
mlFragment.searchViewClicked(query);
return true;
}

Expand Down

0 comments on commit 78d9e7e

Please sign in to comment.