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

Commit 86f9fc7c authored by Chong Zhang's avatar Chong Zhang Committed by Android (Google) Code Review
Browse files

Merge "Wait for IMediaCasService to be ready"

parents d27f6b3f 1f038951
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ public final class MediaCas implements AutoCloseable {
        @Override
        protected IMediaCasService create() {
            try {
                return IMediaCasService.getService();
                return IMediaCasService.getService(true /*wait*/);
            } catch (RemoteException e) {}
            return null;
        }