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
Swipe works fine when
compile project(':library')
is used. but when I comment that and use outside library
// compile 'com.github.yalantis:todolist:v1.0.1'
After swipes I got exceptions.
There should not be such difference.
The text was updated successfully, but these errors were encountered:
Swipe works fine when
compile project(':library')
is used. but when I comment that and use outside library
// compile 'com.github.yalantis:todolist:v1.0.1'
After swipes I got exceptions.
There should not be such difference.
The text was updated successfully, but these errors were encountered: