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

Commit 4707e2b6 authored by Tony Wickham's avatar Tony Wickham
Browse files

Fix the build

Change-Id: Iaa38202cbb389eed179a3e7b1b6799426ae1cf39
parent 3c0c2c4b
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) {