Skip to content

Commit 16b2458

Browse files
committed
chore :: 주석제거
1 parent 64135c3 commit 16b2458

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

feature/src/main/java/team/aliens/dms/android/feature/volunteers/VolunteersScreen.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,10 @@ fun VolunteersScreen(
101101

102102
if (url == null || isReload || redirectedUrls.contains(url)) return
103103

104-
// 이미 theme 있으면 통과
105104
if (url.contains("theme=")) {
106105
return
107106
}
108107

109-
// volunteer URL인데 theme 없으면 리다이렉트
110108
if (url.contains("/volunteer")) {
111109
val separator = if (url.contains("?")) "&" else "?"
112110
val urlWithTheme = "$url${separator}theme=$theme"

0 commit comments

Comments
 (0)