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

Commit 4ea30eca authored by Brad Ebinger's avatar Brad Ebinger Committed by Android (Google) Code Review
Browse files

Merge "Check for null Binder before calling focusmanager notification APIs" into main

parents 3fc7be3a c5ec887f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2396,6 +2396,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));
@@ -2415,6 +2416,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));