Skip to content

Commit

Permalink
Update recreate
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Oct 30, 2023
1 parent 3ce1b71 commit 33fa2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/billthefarmer/siggen/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ protected void onResume()
if (Build.VERSION.SDK_INT == Build.VERSION_CODES.M)
{
Intent intent = new Intent(this, getClass());
startActivity(intent);
finish();
startActivity(intent);
}

else
Expand Down

0 comments on commit 33fa2b6

Please sign in to comment.