Fix the build

Change-Id: Iaa38202cbb389eed179a3e7b1b6799426ae1cf39
This commit is contained in:
Tony Wickham
2016-06-21 18:18:37 -07:00
parent 3c0c2c4b02
commit 4707e2b64d
@@ -20,7 +20,7 @@ public class AlphabeticIndexCompat {
BaseIndex index = null;
try {
if (Utilities.isNycOrAbove()) {
if (Utilities.ATLEAST_N) {
index = new AlphabeticIndexVN(context);
}
} catch (Exception e) {