google / iosched

The Google I/O Android App
Apache License 2.0
21.77k stars 6.2k forks source link

MainActivity And LauncherActivity are created twice due to theme LiveData #339

Open JimClermonts opened 4 years ago

JimClermonts commented 4 years ago

When adding a print statement in MainActivity's onCreate it appears that MainActivity and LauncherActivity are being created twice.

When uncommenting this line in MainActivity:

mainViewModel.theme.observe(this, Observer(::updateForTheme)) the problem is solved.