Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
Enable predictions by default, to match the toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
amirzaidi committed Mar 25, 2018
1 parent 5c43f65 commit 92ff8fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ private boolean recursiveIsDrawer(View v) {
}

private boolean isPredictorEnabled() {
return Utilities.getPrefs(mContext).getBoolean(SettingsActivity.SHOW_PREDICTIONS_PREF, false);
return Utilities.getPrefs(mContext).getBoolean(SettingsActivity.SHOW_PREDICTIONS_PREF, true);
}

@Override
Expand Down

0 comments on commit 92ff8fa

Please sign in to comment.