diff --git a/src/Core/Enums/DeviceType.cs b/src/Core/Enums/DeviceType.cs index b4fcf5a37a..1d95efef4c 100644 --- a/src/Core/Enums/DeviceType.cs +++ b/src/Core/Enums/DeviceType.cs @@ -2,7 +2,7 @@ { public enum DeviceType : short { - iOS = 0, - Android = 1 + Android = 0, + iOS = 1 } }