Skip to content

Commit

Permalink
Test on-demand artifact generation
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Jun 11, 2020
1 parent 0f9e7f8 commit 62ba962
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ public void onCreate(final Bundle savedInstanceState) {
utilsHandler = AppConfig.getInstance().getUtilsHandler();
cloudHandler = new CloudHandler(this);

Toast.makeText(this, "Test on-demand PR", Toast.LENGTH_LONG).show();

initialiseFab(); // TODO: 7/12/2017 not init when actionIntent != null
mainActivityHelper = new MainActivityHelper(this);

Expand Down

0 comments on commit 62ba962

Please sign in to comment.