Remove identical overridden implementation
MainActivity provided the very same implementation for
onQueryTextChange(), overridden from its superclass ContentActivity.
To avoid code duplication, remove it.
Signed-off-by: Geoffrey Métais <geoffrey.metais@gmail.com>
Loading