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 62ba962 commit b6f29c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ 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();
Toast.makeText(this, "Test on-demand PR update", Toast.LENGTH_LONG).show();

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

0 comments on commit b6f29c2

Please sign in to comment.