Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  update helpstack version
  • Loading branch information
shalzz committed Jan 16, 2020
2 parents 6d52bda + bef13c5 commit 8349084
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/java/com/shalzz/attendance/MyApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ public void onCreate() {
FirebaseApp.initializeApp(this);

helpStack = HSHelpStack.getInstance(this);
HSEmailGear gear = new HSEmailGear("[email protected]", R.xml.articles);
helpStack.setGear(gear);
helpStack.setOptions("[email protected]", R.xml.articles);

if (BuildConfig.DEBUG) {
Timber.plant(new Timber.DebugTree());
Expand Down

0 comments on commit 8349084

Please sign in to comment.