Fix the build
Change-Id: Iaa38202cbb389eed179a3e7b1b6799426ae1cf39
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user