Skip to content

Commit

Permalink
Merge branch 'master' into feature-native-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
justinswart committed Jun 25, 2019
2 parents cfc51e9 + c386fce commit 7d74c02
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 85 deletions.
2 changes: 1 addition & 1 deletion Kickstarter-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.17.0</string>
<string>3.18.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ internal final class ActivitiesViewController: UITableViewController {
}

self.viewModel.outputs.updateUserInEnvironment
.observeValues { [weak self] user in
.observeValues { user in
AppEnvironment.updateCurrentUser(user)
NotificationCenter.default.post(.init(name: .ksr_userUpdated))
}
Expand Down
Loading

0 comments on commit 7d74c02

Please sign in to comment.