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
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
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
The text was updated successfully, but these errors were encountered: