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

Commit b673f13d authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Redraw the UI when a print page preview is updated" into nyc-dev

am: 0d921537

* commit '0d921537':
  Redraw the UI when a print page preview is updated
parents 7aeb2b05 0d921537
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -862,6 +862,9 @@ public final class PageContentRepository {
                // Take a note that the content is rendered.
                renderedPage.state = RenderedPage.STATE_RENDERED;

                // Invalidate all caches of the old state of the bitmap
                mRenderedPage.content.invalidateSelf();

                // Announce success if needed.
                if (mCallback != null) {
                    mCallback.onPageContentAvailable(renderedPage.content);