File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
core/src/main/java/io/snabble/sdk Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ class Coupons (
140140 }
141141
142142 // Visibility for Project class. Used for setting the data asap if on main thread
143+ @JvmName(" setInternalProjectCoupons" )
143144 internal fun setProjectCoupons (coupons : List <Coupon >) {
144145 if (Looper .getMainLooper().thread.id == Thread .currentThread().id) {
145146 value = coupons
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ void parse(JsonObject jsonObject) {
318318 Logger .e ("Could not parse coupons" );
319319 }
320320
321- this .coupons .setProjectCoupons$core_debug (couponList ); // call internal setProjectCoupons
321+ this .coupons .setInternalProjectCoupons (couponList );
322322
323323 notifyUpdate ();
324324 }
You can’t perform that action at this time.
0 commit comments