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

Commit 653edc77 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

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

* commit '694d0295':
  Make sure we get to discover that the cache is sufficiently full again
parents abe0948c 694d0295
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();
    }
}