Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ecb655a authored by Tony Wickham's avatar Tony Wickham Committed by android-build-merger
Browse files

Fix the build am: 4707e2b6

am: 7815035d

Change-Id: If3c7dc7dc7c7a3a9f3ebf07f88a74d4a89e8c940
parents 9015be72 7815035d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {