[ElmSharp] Fix Transit.Go to start transition immediately (#2014)
authorjaehyun0cho <jaehyun0cho@gmail.com>
Thu, 17 Sep 2020 07:26:13 +0000 (16:26 +0900)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2020 07:26:13 +0000 (16:26 +0900)
commitd0d790989bd0ed19f7803367391181da647693a1
treef1a873566fdd64bbfc9ffd53308cdbc077fed97a
parent27e6d15401ab7bc7ce8c57d9671456a3480af6ef
[ElmSharp] Fix Transit.Go to start transition immediately (#2014)

Transit.Go calls elm_transit_go_in with interval.
elm_transit_go_in uses timer so it does not start transition immediately
although interval is 0.

To start transition immediately without interval, Transit.Go is fixed to
call elm_transit_go.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
Co-authored-by: Kangho Hur <rookiejava@gmail.com>
src/ElmSharp/ElmSharp/Transit.cs