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

Commit 073aba95 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes from topic "remove_isResumed" into main am: efe3eb60 am: c775756c

parents 69f9ebc1 c775756c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -594,9 +594,6 @@ public final class CardEmulation {
        if (activity == null || service == null) {
            throw new NullPointerException("activity or service or category is null");
        }
        if (!activity.isResumed()) {
            throw new IllegalArgumentException("Activity must be resumed.");
        }
        try {
            return sService.setPreferredService(service);
        } catch (RemoteException e) {
@@ -629,9 +626,6 @@ public final class CardEmulation {
        if (activity == null) {
            throw new NullPointerException("activity is null");
        }
        if (!activity.isResumed()) {
            throw new IllegalArgumentException("Activity must be resumed.");
        }
        try {
            return sService.unsetPreferredService();
        } catch (RemoteException e) {