Skip to content

Commit

Permalink
[bugfix]: used onActivityCreated
Browse files Browse the repository at this point in the history
  • Loading branch information
yasincetin committed Apr 7, 2021
1 parent 52417e2 commit 24b74c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ open class Desk360TicketListFragment : Fragment() {
return binding?.root
}

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

try {
desk360BaseActivity.changeMainUI()
Expand Down

0 comments on commit 24b74c0

Please sign in to comment.