Skip to content

Commit

Permalink
resolve crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 committed Jan 17, 2025
1 parent f214fd8 commit ff8ed66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ abstract class DashboardElementActivity : SyncActivity(), FragmentManager.OnBack
url = url,
onStartSync = { startUpload("dashboard") },
onLogSync = {
createAction(mRealm, "${profileDbHandler.userModel?.id}", null, "sync")
RealmUserChallengeActions.createAction(mRealm, "${profileDbHandler.userModel?.id}", null, "sync")
}
)) {
is ServerUrlMapper.ConnectionResult.Success -> {
Expand Down

0 comments on commit ff8ed66

Please sign in to comment.