Commit 7aaede54 authored by Sajal's avatar Sajal

Document methods with empty body

parent 490493a1
......@@ -101,10 +101,12 @@ public class ExploreFragment extends Fragment {
searchEditText.addTextChangedListener(new TextWatcher() {
@Override
public void beforeTextChanged(CharSequence s, int start, int count, int after) {
// Do nothing
}
@Override
public void onTextChanged(CharSequence s, int start, int before, int count) {
// Do nothing
}
@Override
......
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