Skip to content

Commit afeb699

Browse files
k9-ggKarol Krupa
andauthored
Added Tizen emulator support (#136)
Co-authored-by: Karol Krupa <k.krupa@samsung.com>
1 parent 6dd8a30 commit afeb699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reloader/Xamarin.Forms.HotReload.Reloader/HotReloader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public ReloaderStartupInfo Run(Application app, Configuration config = null)
162162
{
163163
foreach (var possiblePort in portsRange.Take(isFirstTry ? 20 : 5))
164164
{
165-
if (Device.RuntimePlatform == Device.Android)
165+
if (Device.RuntimePlatform == Device.Android || Device.RuntimePlatform == Device.Tizen)
166166
{
167167
try
168168
{

0 commit comments

Comments
 (0)