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

Commit 1f038951 authored by Chong Zhang's avatar Chong Zhang
Browse files

Wait for IMediaCasService to be ready

bug: 119050069
Change-Id: Ice47a28b08e920435fbcd77219d2bfc1881dd48f
parent d6a4c676
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;
        }