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

Commit 11e9d9d1 authored by Gopal Krishna Shukla's avatar Gopal Krishna Shukla Committed by android-build-merger
Browse files

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

Merge "Avoid onServiceDisconnected() for unbind Service" am: a37c2522 am: c38e0f19 am: 2a126b05
am: 4775d87c

Change-Id: Ibdff3b0f1f0f5a631161ca11794e8e1fbc2f2d59
parents a384cf61 4775d87c
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>> {