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

Commit 71867685 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 adc4e327 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);