Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block « install » button (again) #27

Open
mcast opened this issue Aug 7, 2018 · 3 comments
Open

Block « install » button (again) #27

mcast opened this issue Aug 7, 2018 · 3 comments

Comments

@mcast
Copy link

mcast commented Aug 7, 2018

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
Copy link
Author

mcast commented Aug 7, 2018

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

@lestebang
Copy link

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

@lestebang
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants