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

Commit 694d0295 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 6fa20187: Make sure we get to discover that the cache is sufficiently full again

* commit '6fa20187':
  Make sure we get to discover that the cache is sufficiently full again
parents b2059ff3 6fa20187
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ void AwesomePlayer::onBufferingUpdate() {
        }
    }

    if (mFlags & (PLAYING | PREPARING)) {
    if (mFlags & (PLAYING | PREPARING | CACHE_UNDERRUN)) {
        postBufferingEvent_l();
    }
}