Skip to content

Commit

Permalink
Update DeviceInfoXExt function for ios platform
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Apr 14, 2024
1 parent ea48a21 commit 11635df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fun onPlatform(
val deviceInfoXState = DeviceInfoXState()
if (deviceInfoXState.isAndroid) {
onAndroid?.invoke(deviceInfoXState.androidInfo)
} else {
} else if (deviceInfoXState.isIos) {
onIos?.invoke(deviceInfoXState.iosInfo)
}
}

0 comments on commit 11635df

Please sign in to comment.