Fix the build am: 4707e2b64d am: 7815035df0
am: 5ecb655ac4
Change-Id: If5c9a33646189fa685a07ab8b682d90cf1939820
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