Bradley
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created What is the correct way to modify a KtFunction body?
AnsweredI have a function like this: override fun onCreateDialog(savedInstanceState: Bundle?): Dialog { val view = LayoutInflater.from(context).inflate(R.layout.xyz, null, false) ... // rest of code} All...