Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
custom crash tested n working
Browse files Browse the repository at this point in the history
  • Loading branch information
Udayraj123 committed Jun 18, 2019
1 parent ae3c2b9 commit 96d3da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
import java.util.Queue;
import java.util.Set;

import com.crashlytics.android.Crashlytics;
import com.edittextpicker.aliazaz.EditTextPicker;
import com.udayraj.vehicleinfolive.text_detection.*;
import com.udayraj.vehicleinfolive.camera.*;
Expand Down Expand Up @@ -736,7 +737,8 @@ public void run() {
drawerView.setVisibility(INVISIBLE);
}
}
else {
else {
Crashlytics.getInstance().crash();
findViewById(R.id.easter).setVisibility(INVISIBLE);
}
}
Expand Down
Binary file removed app/src/main/res/drawable/dummy3.png
Binary file not shown.

0 comments on commit 96d3da9

Please sign in to comment.