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

Commit 84d2854a 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

am: b673f13d

* commit 'b673f13d':
  Redraw the UI when a print page preview is updated
parents dddf0712 b673f13d
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);