From 09c0f20bb9372909232397300d74329cc793c552 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sun, 6 Dec 2020 12:33:18 -0500 Subject: Update reflection view on transition to visible state. --- ui/reflectionview.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/reflectionview.h b/ui/reflectionview.h index 0d1266f3..d250e66f 100644 --- a/ui/reflectionview.h +++ b/ui/reflectionview.h @@ -28,6 +28,7 @@ public: virtual void notifyOffsetChanged(uint64_t offset) override; virtual void notifyViewChanged(ViewFrame* frame) override; + virtual void notifyVisibilityChanged(bool visible) override; virtual bool shouldBeVisible(ViewFrame* frame) override; protected: -- cgit v1.3.1