loving this kotlin version of Fragment.newInstance...
# random
t
loving this kotlin version of Fragment.newInstance
Copy code
fun newInstance(time: String) = TimeFragment().apply { arguments = bundleOf("time" to time) }
👍 5