Skip to content

Commit

Permalink
Update DeviceInfoXExt function usage
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Apr 14, 2024
1 parent 11635df commit 05b47d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AppViewModel {
if (deviceInfoXState.isAndroid) {
val androidInfo: AndroidInfo = deviceInfoXState.androidInfo
println("DeviceInfoX - App Name : ${androidInfo.appName}")
} else {
} else if (deviceInfoXState.isIos) {
val iosInfo: IosInfo = deviceInfoXState.iosInfo
println("DeviceInfoX - System Name : ${iosInfo.systemName}")
}
Expand Down

0 comments on commit 05b47d4

Please sign in to comment.