Guest User

Untitled

a guest
Oct 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. override fun onCreateView(
  2. inflater: LayoutInflater,
  3. container: ViewGroup?,
  4. savedInstanceState: Bundle?
  5. ): View? {
  6. TrackingUtil(activity!!).track(TrackingUtil.Screens.Login)
  7. return inflater.inflate(R.layout.fragment_login, container, false)
  8. }
Add Comment
Please, Sign In to add comment