고객센터 카톡 URL 변경

This commit is contained in:
klaus 2023-08-17 14:03:56 +09:00
parent 66006853bd
commit 7aaac27d24
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class ServiceCenterActivity : BaseActivity<ActivityServiceCenterBinding>(
startActivity( startActivity(
Intent( Intent(
Intent.ACTION_VIEW, Intent.ACTION_VIEW,
Uri.parse("http://pf.kakao.com/_sZaeb") Uri.parse("http://pf.kakao.com/_lkxgxhG/chat")
) )
) )
} }

View File

@ -34,7 +34,7 @@ class FindPasswordActivity : BaseActivity<ActivityFindPasswordBinding>(
startActivity( startActivity(
Intent( Intent(
Intent.ACTION_VIEW, Intent.ACTION_VIEW,
Uri.parse("http://pf.kakao.com/_sZaeb") Uri.parse("http://pf.kakao.com/_lkxgxhG/chat")
) )
) )
} }