Add widgets for warming up at preloading step (#1366)
authorJay Cho <chojoong@gmail.com>
Fri, 21 Feb 2020 01:00:48 +0000 (10:00 +0900)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 01:00:48 +0000 (17:00 -0800)
src/ElmSharp/ElmSharp/PreloadedWindow.cs

index 64c4317..9fe2d60 100644 (file)
@@ -67,6 +67,8 @@ namespace ElmSharp
             new Polygon(this).Unrealize();
             new Image(this).Unrealize();
             //TODO: Consider to call Image.LoadAsync()
+            new Radio(this).Unrealize();
+            new Index(this).Unrealize();
         }
 
         public static PreloadedWindow GetInstance()