fix(sliding-item): ionSwipe event is fired (#12157)

fixes #12146
This commit is contained in:
Manu MA
2017-07-10 12:58:52 +02:00
committed by GitHub
parent 3e3a00b2fb
commit b5aa304e7e

View File

@@ -309,8 +309,8 @@ export class ItemSliding {
restingPoint = 0;
}
this._setOpenAmount(restingPoint, true);
this.fireSwipeEvent();
this._setOpenAmount(restingPoint, true);
return restingPoint;
}