Skip to content

Commit

Permalink
fix: broken docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-2711 authored Sep 18, 2020
1 parent cf48eac commit 7705511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public class MainActivity extends AppCompatActivity {
Toast.makeText(getApplicationContext(), "Open Navigation Drawer", Toast.LENGTH_SHORT).show();
break;
case SearchBar.BUTTON_SPEECH:
// Yet to come
Toast.makeText(getApplicationContext(), "Start voice recognition module", Toast.LENGTH_SHORT).show();
break;
}
Expand Down Expand Up @@ -215,4 +214,4 @@ in the app level dependencies

### Documentation

The documentation for appbase-search-widget library is hosted on [GitHub pages](https://harsh-2711.github.io/appbase-search-widget/)
The documentation for appbase-search-widget library is hosted on [GitHub pages](https://harsh-2711.github.io/android-search-ui/)

0 comments on commit 7705511

Please sign in to comment.