-
Phandroid v2.0.10 Stable
released this
2026-08-16 23:35:27 +02:00 | 4463 commits to main since this releaseFixed
- Closing an enlarged image no longer quits the app. The image viewer on a post page
is driven by the URL, not by a state flag, so our Android back handler could not see it
as an open overlay: a back press fell through to "nothing left to go back to" and closed
Phandroid. The close button had the same root cause — it closed by stepping back in
history, and in the app's WebView there is not always an entry to step back to, so it
appeared dead. Both now close the viewer by dropping its URL parameters, which does not
depend on the history stack. Reported for the catch-up view; it affected every post.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Closing an enlarged image no longer quits the app. The image viewer on a post page