Issues with Nexus 6 Android 7.1.1 device
See original GitHub issue- Library Versions: 1.3.1 and 1.3.4
- Affected Device(s): Nexus 6, 7.1.1
Describe the Bug:
On our app when we add the library dependency to our module’s gradle:
implementation "com.github.skydoves:balloon:1.3.1"
and do nothing else, we notice the issue that transitioning from our Login Activity to another activity, the screen will go black and nothing can be interacted with. Our app does use Android’s Jetpack Navigation library to navigate between the two activities. Specifically this version: 2.3.2
so maybe there is some interaction going on there?
When we update to use the 1.3.4 version of this library, we notice the animation in the transition between the two activities stutters and it flips back to the previous activity before going to the next one.
Expected Behavior:
This library will not have any interactions with navigation between activities.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top GitHub Comments
It appears that our (me and @cweggler) issue was resolved by excluding
appcompat
as @skydoves pointed to. Thanks for the tip!Thank you! We’ll give this a try and report back!