Skip to content

Commit

Permalink
Fixed annotation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrichreimer committed Mar 21, 2016
1 parent b6fdf74 commit bd242e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public boolean canGoBackward(int position) {

addOnNavigationBlockedListener(new OnNavigationBlockedListener() {
@Override
public void onNavigationBlocked(int position, @Direction int direction) {
public void onNavigationBlocked(int position, int direction) {
View contentView = findViewById(android.R.id.content);
Snackbar.make(contentView, (permissions && position == 4) ?
R.string.label_grant_permissions : R.string.label_fill_out_form,
Expand Down

0 comments on commit bd242e4

Please sign in to comment.