Skip to content

Commit

Permalink
Changed smaple project
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Aug 29, 2019
1 parent 7b2f451 commit 3ff9fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private extension AppDelegate {
/// Forcing the language of the update alert to a specific localization (e.g., Russian is force in this function.
func forceLocalizationCustomizationPresentationExample() {
let siren = Siren.shared
siren.presentationManager = PresentationManager(forceLanguageLocalization: .romanian)
siren.presentationManager = PresentationManager(forceLanguageLocalization: .russian)
siren.wail { results in
switch results {
case .success(let updateResults):
Expand Down

0 comments on commit 3ff9fff

Please sign in to comment.