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

Commit 9062bca6 authored by Ben Murdoch's avatar Ben Murdoch Committed by Android Git Automerger
Browse files

am 29565900: Fix the build.

* commit '29565900':
  Fix the build.
parents 50010c87 29565900
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public interface MediaTimeProvider {
     *                  greater than or equal to the last returned time.  Don't
     *                  always set this to true.  E.g. this has undesired
     *                  consequences if the media is seeked between calls.
     * @throw IllegalStateException if the media is not initialized
     * @throws IllegalStateException if the media is not initialized
     */
    public long getCurrentTimeUs(boolean precise, boolean monotonic)
            throws IllegalStateException;