Created
November 16, 2018 07:50
-
-
Save ArthurNagy/5b6352eba290aa9a0d985cd0cfc78f78 to your computer and use it in GitHub Desktop.
This file contains hidden or 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