BorzdeG
12/14/2019, 9:13 AMBorzdeG
12/14/2019, 11:23 PMarnaud.giuliani
12/16/2019, 2:02 PMsynchronized
/ monitor expression?Kirill Rozov
12/18/2019, 10:09 AMKirill Rozov
12/18/2019, 10:16 AMBorzdeG
12/25/2019, 12:36 PMarnaud.giuliani
01/08/2020, 9:59 AMarnaud.giuliani
01/08/2020, 10:01 AMBorzdeG
01/08/2020, 8:09 PMKirill Rozov
01/12/2020, 2:57 PMKirill Rozov
01/12/2020, 3:01 PMBorzdeG
01/13/2020, 10:51 AMkpgalligan
02/03/2020, 3:25 PMsunnat629
03/21/2020, 7:30 AMarnaud.giuliani
03/24/2020, 9:53 AMKirill Rozov
03/24/2020, 9:54 AMyervandalexanyan
03/31/2020, 11:59 AMKirill Rozov
04/09/2020, 12:05 PMscraplesh
04/13/2020, 1:26 PMarnaud.giuliani
04/14/2020, 9:48 AMHarryPulvirenti
04/14/2020, 4:08 PMJeziel Lago
05/06/2020, 3:57 PMstateViewModel
in my project, but I have the same problem related here
https://github.com/InsertKoinIO/koin/issues/787 and
I opened a pull request fixing that (https://github.com/InsertKoinIO/koin/pull/795).Werner Altewischer
05/08/2020, 1:27 PMJan Mottl
05/09/2020, 3:05 PMscraplesh
05/10/2020, 9:50 AMDeepti M
05/18/2020, 7:00 PMbobby
05/25/2020, 2:35 PMarnaud.giuliani
05/29/2020, 7:58 AMHarryPulvirenti
06/05/2020, 8:50 AMkoin
implementation of the FragmentFactory
.
Basically, if you inject a ViewModel
in the constructor of the Fragment
, this one will be instantiated again if you rotate the screen.
This bug is reproducible only injecting the ViewModel
via the fragment constructor but is not possible to reproduce it injecting the ViewModel
via the lazy extension viewModel()
Let me know if you are already aware of this bug or I can open an issue on Github.bobby
06/15/2020, 3:40 AMbobby
06/15/2020, 3:40 AMarnaud.giuliani
06/19/2020, 8:28 AM