Skip to content

Commit

Permalink
fix(ios): remainingComplicationUserInfoTransfers is number on ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Apr 21, 2020
1 parent 6baf0d9 commit 0fcd6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/WatchSessionModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ - (NSNumber *)remainingComplicationUserInfoTransfers
return NUMUINTEGER([[self watchSession] remainingComplicationUserInfoTransfers]);
}

return NUMBOOL(0);
return NUMUINTEGER(0);
}

- (NSNumber *)activationState
Expand Down

0 comments on commit 0fcd6d2

Please sign in to comment.