You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Heyo! Loaded up flock onto my grouper wifi tablet (no gapps), and it closes on first boot.
Looking at the catlog, a NullPointerException was raised at
<etc>IntroductionFragment.initDescription(IntroductionFragment.java:76)
:https://github.com/WhisperSystems/Flock/blob/33fe753b91f2526ab578af71d5faafb137a5ea40/flock/src/main/java/org/anhonesteffort/flock/IntroductionFragment.java#L76
I was able to fix it by setting the screen dimensions manually:
So yeah, seems it crashes only when the minimum width is around 800 (and for some reason that includes 799..?)
Anyhow, might mess around later and submit a PR if I fix it
The text was updated successfully, but these errors were encountered: