Panagiotis Triantafyllou

hide box count

......@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'ly.warp'
PUBLISH_VERSION = '4.5.5.4r25'
PUBLISH_VERSION = '4.5.5.4r26'
PUBLISH_ARTIFACT_ID = 'warply-android-sdk'
}
......
......@@ -523,7 +523,7 @@ public class MyRewardsFragment extends Fragment implements View.OnClickListener
SortTileModel tileBoxCoupons = new SortTileModel();
if (WarplyManagerHelper.getActiveBoxCoupons() != null && WarplyManagerHelper.getActiveBoxCoupons().size() > 0) {
tileBoxCoupons.setCount(WarplyManagerHelper.getActiveBoxCoupons().size());
tileBoxCoupons.setCount(0); //WarplyManagerHelper.getActiveBoxCoupons().size()
tileBoxCoupons.setWeight(0);
} else {
tileBoxCoupons.setCount(0);
......
......@@ -69,6 +69,7 @@
android:gravity="center"
android:orientation="vertical"
android:translationZ="2dp"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent">
......