Hadi Tok
01/30/2019, 8:12 AMantonis
01/30/2019, 8:28 AMEma
01/30/2019, 8:43 AMonCreateView
, and the references you get are actually nullable (escaping the type system of kotlin).
This happened to me especially when you need a ref to one view in a onScrollChange-listener of some sort (that you set up in onCreateView() ).
Depending on device and use case, you may have a nullpointer or not (not even deterministic 😕 )ghedeon
01/30/2019, 8:50 AMLayoutContainer
👍Hadi Tok
01/30/2019, 8:54 AMSaiedmomen
01/30/2019, 8:55 AMEma
01/30/2019, 9:04 AMantonis
01/30/2019, 9:15 AMdknapp
01/30/2019, 2:30 PMAllan Wang
01/30/2019, 5:33 PMJirka
01/31/2019, 12:17 AMantonis
02/04/2019, 7:41 AM