Kirill
11/19/2020, 7:15 PMSamkeene
11/19/2020, 10:13 PMKirill
11/19/2020, 10:15 PMSamkeene
11/19/2020, 10:21 PMKirill
11/20/2020, 9:53 AMA Controller is always a singleton withing a Scope.Yes, that's what I meant. So if I have multiple Fragments and for each I'm getting Controller from the Scope, it will always be the same Controller, which won't work properly as every Fragment must deal with own state and data. So what I'm doing (a bit hacky, but not critical for now) is that for each Fragment I instantiate a new Controller
Kirill
11/20/2020, 9:53 AM