mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-02 23:38:34 +00:00
The number of off-screen pages was too small, resulting in the possibility of you still being offscreen after the pages loaded, which could lead to loading more data, which could lead to you still being offscreen, ad infinitum. Simply increasing the number of buffer pages resolves it. Tested by adding an artificial 1 second delay to loading a page.