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

Commit 16e65883 authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Fix ConnectionServiceFocusManager NPE am: 021a0ee8

parents 0d10f467 021a0ee8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2391,6 +2391,7 @@ public class ConnectionServiceWrapper extends ServiceBinder implements
        BindCallback callback = new BindCallback() {
            @Override
            public void onSuccess() {
                if (!isServiceValid("connectionServiceFocusLost")) return;
                try {
                    mServiceInterface.connectionServiceFocusLost(
                            Log.getExternalSession(TELECOM_ABBREVIATION));
@@ -2410,6 +2411,7 @@ public class ConnectionServiceWrapper extends ServiceBinder implements
        BindCallback callback = new BindCallback() {
            @Override
            public void onSuccess() {
                if (!isServiceValid("connectionServiceFocusGained")) return;
                try {
                    mServiceInterface.connectionServiceFocusGained(
                            Log.getExternalSession(TELECOM_ABBREVIATION));