Flashbar icon indicating copy to clipboard operation
Flashbar copied to clipboard

Position issue?

Open rareserban opened this issue 7 years ago • 5 comments

Hello,

Great work guys!

Is there ia issue with the TOP positioning or is just me?

image

rareserban avatar Jun 06 '18 08:06 rareserban

Experiencing the same problem

ptrkaz avatar Jun 12 '18 12:06 ptrkaz

+1 experiencing the same issue. Any fix for this?

My app uses a Theme based on Theme.AppCompat.Light.NoActionBar, perhaps that's related to the issue?

jishhd avatar Jun 15 '18 21:06 jishhd

@jishhd Check out #15 I had the same problem and created a fix for it.

elek90 avatar Jul 19 '18 14:07 elek90

@elek90 how you solve it.?

sagarmaiyad avatar Jul 24 '18 12:07 sagarmaiyad

@Slake07 Check the pull request. It's a small change to the CommonUtils.kt class.

The problem is if there's no Actionbar, the getStatusBarHeightInPx() function returns a negative value.

elek90 avatar Jul 25 '18 06:07 elek90