From 14e4bd38636f7dccd8a22d868cf82134592a98db Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 5 Dec 2021 18:31:52 +0200 Subject: Mobile: Fixed issues with overflow-scrolling --- src/ui/root.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/root.h') diff --git a/src/ui/root.h b/src/ui/root.h index 2419b599..2f0d72c9 100644 --- a/src/ui/root.h +++ b/src/ui/root.h @@ -19,6 +19,7 @@ struct Impl_Root { iBool pendingArrange; int loadAnimTimer; iBool didAnimateVisualOffsets; + iBool didOverflowScroll; iAudience *visualOffsetsChanged; /* called after running tickers */ iColor tmPalette[tmMax_ColorId]; /* theme-specific palette */ }; -- cgit v1.2.3