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

Commit e2b8d1cb authored by James Lemieux's avatar James Lemieux
Browse files

Fix Alarm query

Bug: 25630846

Change-Id: I3a7566f6ef2c20ceb487e864fde0f0d12582f8cc
parent bca2b692
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ public class ClockProvider extends ContentProvider {
            ALARMS_TABLE_NAME + "." + AlarmsColumns._ID + " = " + InstancesColumns.ALARM_ID + ")";

    private static final String ALARM_JOIN_INSTANCE_WHERE_STATEMENT =
            InstancesColumns.ALARM_STATE + " IS NULL OR " +
            InstancesColumns.ALARM_STATE + " != " + InstancesColumns.MISSED_STATE;

    private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH);