We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64135c3 commit 16b2458Copy full SHA for 16b2458
feature/src/main/java/team/aliens/dms/android/feature/volunteers/VolunteersScreen.kt
@@ -101,12 +101,10 @@ fun VolunteersScreen(
101
102
if (url == null || isReload || redirectedUrls.contains(url)) return
103
104
- // 이미 theme 있으면 통과
105
if (url.contains("theme=")) {
106
return
107
}
108
109
- // volunteer URL인데 theme 없으면 리다이렉트
110
if (url.contains("/volunteer")) {
111
val separator = if (url.contains("?")) "&" else "?"
112
val urlWithTheme = "$url${separator}theme=$theme"
0 commit comments