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

Commit 0256ebef authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Avoid onServiceDisconnected() for unbind Service" am: a37c2522...

Merge "Merge "Avoid onServiceDisconnected() for unbind Service" am: a37c2522 am: c38e0f19 am: 2a126b05 am: 4775d87c"
parents 242bf117 11e9d9d1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -708,11 +708,13 @@ final class RemotePrintSpooler {
        @Override
        public void onServiceDisconnected(ComponentName name) {
            synchronized (mLock) {
                if (mRemoteInstance != null) {
                    clearClientLocked();
                    mRemoteInstance = null;
                }
            }
        }
    }

    private static final class GetPrintJobInfosCaller
            extends TimedRemoteCaller<List<PrintJobInfo>> {