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

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

Fix the build

am: 4707e2b6

Change-Id: I802695e31c9e0e5243340337220a72820fcc9f28
parents 8868238f 4707e2b6
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) {