From fcd6c29e638da41fadf4b348ca9a1f8558dc0c2a Mon Sep 17 00:00:00 2001 From: hyojin Date: Sun, 24 Jan 2021 22:29:56 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=9D=B4=EC=9A=A9=EC=95=BD=EA=B4=80?= =?UTF-8?q?=20/=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20=EB=85=B8=ED=8A=B8=20?= =?UTF-8?q?=ED=98=B8=EC=B6=9C=20=EC=84=A0=EC=96=B8=EB=B6=80=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../beer/presentation/ui/webview/view/WebViewActivity.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/com/ddd4/synesthesia/beer/presentation/ui/webview/view/WebViewActivity.kt b/app/src/main/java/com/ddd4/synesthesia/beer/presentation/ui/webview/view/WebViewActivity.kt index 4efcda7..007b380 100644 --- a/app/src/main/java/com/ddd4/synesthesia/beer/presentation/ui/webview/view/WebViewActivity.kt +++ b/app/src/main/java/com/ddd4/synesthesia/beer/presentation/ui/webview/view/WebViewActivity.kt @@ -16,6 +16,7 @@ class WebViewActivity : BaseActivity(R.layout.activity_w } override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) + initBind() } override fun initBind() {