Skip to content

Commit

Permalink
Added Tizen emulator support (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: Karol Krupa <[email protected]>
  • Loading branch information
karolk98 and Karol Krupa authored Aug 25, 2020
1 parent 6dd8a30 commit afeb699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reloader/Xamarin.Forms.HotReload.Reloader/HotReloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public ReloaderStartupInfo Run(Application app, Configuration config = null)
{
foreach (var possiblePort in portsRange.Take(isFirstTry ? 20 : 5))
{
if (Device.RuntimePlatform == Device.Android)
if (Device.RuntimePlatform == Device.Android || Device.RuntimePlatform == Device.Tizen)
{
try
{
Expand Down

0 comments on commit afeb699

Please sign in to comment.