Skip to content

Commit

Permalink
Merge pull request #42 from AckeeCZ/dv/fix-flowinit
Browse files Browse the repository at this point in the history
fixed emoji on init
  • Loading branch information
janmisar authored Feb 19, 2019
2 parents 5faa4d8 + 34f787c commit 48b6432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACKategories/FlowCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ open class FlowCoordinator: NSObject, UINavigationControllerDelegate {
override public init() {
super.init()
if FlowCoordinator.logEnabled {
logMessage("🔀 ⚰️ \(self)")
logMessage("🔀 👶 \(self)")
}
}

Expand Down

0 comments on commit 48b6432

Please sign in to comment.