Skip to content

Commit

Permalink
fix : 이용약관 / 릴리즈 노트 호출 선언부 누락현상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiee committed Jan 24, 2021
1 parent c97e4c1 commit fcd6c29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class WebViewActivity : BaseActivity<ActivityWebviewBinding>(R.layout.activity_w
}
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
initBind()
}

override fun initBind() {
Expand Down

0 comments on commit fcd6c29

Please # to comment.