To fixed this bug find
if (this.getAutoSnapBack()) {
this.snapBack();
}
and change to
if (this.getAutoSnapBack()) {
this.onSnapBackEnd();
}
Your welcome :)
if (this.getAutoSnapBack()) {
this.snapBack();
}
and change to
if (this.getAutoSnapBack()) {
this.onSnapBackEnd();
}
Your welcome :)
Pullrefresh autosnapback bug in 2.4
Aucun commentaire:
Enregistrer un commentaire