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

Commit 729a6f1b authored by sqian's avatar sqian Committed by Automerger Merge Worker
Browse files

Change getLastEmergencyNumberListIndication to am: ecddf128

Change-Id: I55a1b5c018f3c48cf10c38c2028822f03cd79d72
parents 64c45b9b ecddf128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -818,7 +818,7 @@ public abstract class BaseCommands implements CommandsInterface {
                getLastEmergencyNumberListIndication();
        if (lastEmergencyNumberListIndication != null) {
            mEmergencyNumberListRegistrants.notifyRegistrants(new AsyncResult(
                    null, getLastEmergencyNumberListIndication(), null));
                    null, lastEmergencyNumberListIndication, null));
        }
    }