Fix the build
am: 4707e2b64d
Change-Id: Ia23abc1ad1e72b967a0214776a4a9c980a2f805d
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