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

Commit 101e4a9b authored by Miranda Kephart's avatar Miranda Kephart Committed by Automerger Merge Worker
Browse files

Merge "Unbind screenshot connection even if the binding attempt fails" into udc-dev am: 2d69e038

parents 44b35de4 2d69e038
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -195,6 +195,8 @@ public class ScreenshotHelper {
                        UserHandle.CURRENT)) {
                    mScreenshotConnection = conn;
                    handler.postDelayed(mScreenshotTimeout, timeoutMs);
                } else {
                    mContext.unbindService(conn);
                }
            } else {
                Messenger messenger = new Messenger(mScreenshotService);