Skip to content

Commit

Permalink
Fixed bug (#4763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayan-10 committed Jan 25, 2022
1 parent c637dba commit f162326
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -248,8 +248,6 @@ protected void onStop() {

@Override
public void returnToMainActivity() {
Intent intent = new Intent(this, MainActivity.class);
startActivity(intent);
finish();
}

Expand Down

0 comments on commit f162326

Please sign in to comment.