DataStats
DataStats copied to clipboard
Block « install » button (again)
This seems to be #3 regression, possibly caused by recent f-droid upgrade?
I have DataStats 2.4.1 (2017-09-16) and f-droid 1.3 (2018-08-03), on Android 5.1 .
I fiddled with font size, X-position and other settings but no change.
I use the burger menu to stop the overlay and Install button works again.
Thanks for the nice app & hope this report is useful,
m
FTR(thanks): I found the cause via https://www.f-droid.org/forums/topic/blocked-install-button/
I happening the same problem with the install button and start vpn, etc
I found an solution for me changing
WindowManager.LayoutParams.MATCH_PARENT,
WindowManager.LayoutParams.MATCH_PARENT,
to
WindowManager.LayoutParams.MATCH_PARENT,
WindowManager.LayoutParams.WRAP_CONTENT,
in layer service