Created
November 16, 2018 07:50
-
-
Save ArthurNagy/564a722ad289cc08c9d6f11a01d44d8a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? { | |
return AccountMenuBinding.inflate(inflater, container, false).also { binding = it }.root | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment