Skip to content

Commit

Permalink
[Chore/#95] 설정 링크 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ss99x2002 committed Jul 20, 2023
1 parent 28943b8 commit 209a26c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,23 @@ class SettingFragment : BindingFragment<FragmentSettingBinding>(R.layout.fragmen
startActivity(
Intent(
Intent.ACTION_VIEW,
Uri.parse("https://brawny-guan-098.notion.site/7b3e5f70a471468f8acbe56a1a4f4ec9?pvs=4")
Uri.parse("https://brawny-guan-098.notion.site/7b3e5f70a471468f8acbe56a1a4f4ec9")
)
)
}
clTos.setOnClickListener {
startActivity(
Intent(
Intent.ACTION_VIEW,
Uri.parse("https://www.notion.so/f1a14bf60ed4421f9b3761ef88906adb")
Uri.parse("https://harsh-step-7dd.notion.site/f1a14bf60ed4421f9b3761ef88906adb")
)
)
}
clPrivacyNotice.setOnClickListener {
startActivity(
Intent(
Intent.ACTION_VIEW,
Uri.parse("https://www.notion.so/99fe0f58825d4f87bd3b987fadc623b6?pvs=4")
Uri.parse("https://harsh-step-7dd.notion.site/99fe0f58825d4f87bd3b987fadc623b6?pvs=4")
) //공지사항 바꾸기
)
}
Expand Down

0 comments on commit 209a26c

Please sign in to comment.