Skip to content

Commit

Permalink
code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelnyandoro committed Jul 4, 2024
1 parent 9b8512c commit 4719756
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public void onReceive(Context context, Intent intent) {
String message = intent.getStringExtra("message");
int code = intent.getIntExtra("code", 0);
showDialog(title, message, code);

}
}
};
Expand Down

0 comments on commit 4719756

Please sign in to comment.