Skip to content

Commit f2f04fb

Browse files
author
ttllonsaikrisv
committed
fixed os for android
1 parent b2af659 commit f2f04fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/thoughtworks/device/Device.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public Device(JSONObject deviceJson) {
4141
this.isDevice = deviceJson.getBoolean("isDevice");
4242
this.deviceModel = deviceJson.getString("deviceModel");
4343
this.screenSize = deviceJson.getString("screenSize");
44+
this.os = deviceJson.getString("os");
4445
}
4546

4647
public Device() {

0 commit comments

Comments
 (0)