Skip to content

Commit

Permalink
Merge pull request #10 from MohamedWael/develop
Browse files Browse the repository at this point in the history
fix: removing unimplemented showSnakeMessage method
  • Loading branch information
MohamedWael authored Nov 16, 2019
2 parents 35c46b5 + b47e6c1 commit 88cb661
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ public void hideProgressDialog() {
((BaseActivity) getActivity()).hideProgressDialog();
}

@Override
public void showSnakeMessage(View anchor, String msg) {

}

@Override
public void showSnakeMessage(String msg) {
super.showSnakeMessage(msg);
Expand Down

0 comments on commit 88cb661

Please sign in to comment.