Skip to content

Commit

Permalink
fix dialog not opening without threshold config
Browse files Browse the repository at this point in the history
  • Loading branch information
codekidX committed Mar 2, 2017
1 parent dfb8a8b commit f005ea4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ public void onItemClick(AdapterView<?> adapterView, View view, int i, long l) {
// if developer wants to apply threshold
if(mConfig.isApplyThreshold()) {
startThresholdTest(i);
} else {
String dirPath = evaluatePath(i);
showSecondaryChooser(dirPath);
}
} else {
String dirPath = evaluatePath(i);
Expand Down

0 comments on commit f005ea4

Please sign in to comment.