daimajia / daimajia/AndroidSwipeLayout

Calling open method before any swipe event causes displaying bottom view as not drawn?

Open
#101 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
12.3k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

I have swipeLayout inside ListView, and i can swipe it with no problem. But i want it to open on some icon's click as well, to achieve this i am calling open(true, SwipeLayout.DragEdge.Right) method. This works as well if i swipe first, but not working if i click very first time.

No Problem
1- Swipe
2- Click icon

1- Click icon
2- Swipe
I get empty view below, and not only after click but also with swipe :-/

Do you have any suggestion, please?
Thanks in advance.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.