Shagun Chahar
12/07/2022, 9:09 AMEdgars Malahovskis
12/07/2022, 9:12 AMShagun Chahar
12/07/2022, 9:18 AMgildor
12/07/2022, 11:08 AMShagun Chahar
12/07/2022, 6:50 PMEdgars Malahovskis
12/07/2022, 6:59 PMfun input()
If there are other places where this method can be called and view as parameter will actually be provided - thus is optional and therefore can be null, method signature should look like fun input(view: View?)
or even fun input(view: View? = null)