Skip to content

Commit

Permalink
Bring intent to font, to treat the activity as a single instance on b…
Browse files Browse the repository at this point in the history
…ackground/resume.
  • Loading branch information
ethauvin committed Aug 25, 2017
1 parent 546a953 commit 71c6c60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class AboutActivity extends MaterialAboutActivity {

public static void launch(Activity activity) {
Intent intent = new Intent(activity, AboutActivity.class);
intent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
activity.startActivity(intent);
}

Expand Down

0 comments on commit 71c6c60

Please sign in to comment.