Skip to content

Commit

Permalink
Fixed false positive error when checking about skipping navigation dr…
Browse files Browse the repository at this point in the history
…awer items addition
  • Loading branch information
federicoiosue committed Apr 18, 2019
1 parent 59132ed commit 343e68c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private boolean checkSkippableItem(int i) {
skippable = true;
break;
default:
LogDelegate.e("Wrong element choosen: " + i);
skippable = false;
}
return skippable;
}
Expand Down

0 comments on commit 343e68c

Please sign in to comment.