Skip to content

Commit

Permalink
[feature] Minor improvement for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
senneco authored Nov 24, 2018
2 parents 7e1cd88 + a9881ef commit 83c608d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ${className} : MvpFragment(), ${viewName} {
</#if>
}

override fun onViewCreated(view: View?, savedInstanceState: Bundle?) {
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)

}
Expand Down

0 comments on commit 83c608d

Please sign in to comment.