Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix field value
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Jan 16, 2020
1 parent 02cfe24 commit 86d3582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class SuggestionsProvider {

public static final int SUGGESTIONS = 0x1;
public static final int BOOKMARKS = 0x2;
public static final int HISTORY = 0x3;
public static final int HISTORY = 0x4;
public static final int ALL = SUGGESTIONS | BOOKMARKS | HISTORY;

private static final String LOGTAG = SuggestionsProvider.class.getSimpleName();
Expand Down

0 comments on commit 86d3582

Please sign in to comment.