DataStats icon indicating copy to clipboard operation
DataStats copied to clipboard

Block « install » button (again)

Open mcast opened this issue 7 years ago • 3 comments

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

mcast avatar Aug 07 '18 14:08 mcast

FTR(thanks): I found the cause via https://www.f-droid.org/forums/topic/blocked-install-button/

mcast avatar Aug 07 '18 14:08 mcast

I happening the same problem with the install button and start vpn, etc

lestebang avatar Sep 16 '18 16:09 lestebang

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

lestebang avatar Sep 16 '18 17:09 lestebang