markormesher / android-fab

Floating action button (FAB) for Android with speed-dial menu functionality
Apache License 2.0
211 stars 29 forks source link

To much work in Fragment #29

Closed Martindgadr closed 5 years ago

Martindgadr commented 6 years ago

Hi there, I'm trying to implement you library in a project but I found an issue when i'm trying to display a SpeedDialer menu, no only that just when I press click on fab button show me this:

I'm working on a fragment, don't know if this is part of the issue but it's rare. I Just need to implement a fab with speed dial 2 items, not anymore... so it's an easy implementation.

markormesher commented 6 years ago

Hey @Martindgadr, thanks for flagging this. I've set the library up on my phone in a test app using fragments and I wasn't able to reproduce the issue, but I will take a closer look later in the week to see if there are any places the app might be slowing things down. In the meantime, can you confirm that the issue is only caused when using this library, and if possible share the source code of where you're using it? Thanks.

objectorientedperson commented 6 years ago

@Martindgadr hi, I have the same issue. Could you manage time to take a look into this?

markormesher commented 6 years ago

Hi @objectorientedperson. I wasn't able to reproduce the issue last time and didn't get any code sample or info, so unfortunately there wasn't anything I could do. Could you share the repo or the relevant code fragment that's causing this, and let me know when the issue happens? The more info, the better.

markormesher commented 5 years ago

This seems to be inactive, so I'll close this issue. @objectorientedperson or @Martindgadr feel free to re-open it with some example code so I can try to repro it.