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

Commit 4775d87c 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: c38e0f19

am: 2a126b05

Change-Id: I07e998923f88b3dd6b3c53ed74b0ed7deb14c08c
parents bc595fcf 2a126b05
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>> {