Skip to content

Commit

Permalink
✨ :: Apply TrackScreenViewEvent to setting module
Browse files Browse the repository at this point in the history
  • Loading branch information
diejdkll committed Jul 31, 2024
1 parent 0085a1f commit 326a669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ import com.goms.setting.viewmodel.uistate.LogoutUiState
import com.goms.setting.viewmodel.uistate.ProfileImageUiState
import com.goms.setting.viewmodel.uistate.SetThemeUiState
import com.goms.ui.GomsRoleBackButton
import com.goms.ui.TrackScreenViewEvent
import com.goms.ui.rememberMultiplePermissionsStateSafe
import com.google.accompanist.permissions.ExperimentalPermissionsApi

Expand Down Expand Up @@ -397,7 +398,6 @@ private fun SettingScreen(
if (loadingState) {
GomsCircularProgressIndicator()
}

if (openDialog) {
GomsTwoButtonDialog(
openDialog = openDialog,
Expand Down Expand Up @@ -425,6 +425,7 @@ private fun SettingScreen(
}
)
}
TrackScreenViewEvent(screenName = stringResource(id = R.string.setting_screen))
}

@ThemeDevicePreviews
Expand Down
2 changes: 2 additions & 0 deletions feature/setting/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<resources>
<string name="setting_screen">SettingScreen</string>

<string name="reset_password">비밀번호 재설정</string>
<string name="now_password">현재 비밀번호</string>

Expand Down

0 comments on commit 326a669

Please sign in to comment.