Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4 committed Aug 6, 2017
1 parent 0c3c2d5 commit 81c3e49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ronni.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Ronni'
s.version = '1.0.8'
s.version = '1.0.9'
s.summary = 'Library that will make the task of display messages simple'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions Ronni/Classes/Ronni.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ public class Ronni {

func show (_ navController: UINavigationController, view: UIView?, style: Style, message: Message?) {
if let lastNotification = getLastNotification(navController: navController) {
if !isShowAnimationFinished { return }
// if !isShowAnimationFinished { return }

hide(navController, view: lastNotification, complete: {
self.show(navController, view: view, style: style, message: message)
})
} else {
if !isShowAnimationFinished { return }
// if !isShowAnimationFinished { return }
isShowAnimationFinished = false

currPosition = newPosition
Expand Down

0 comments on commit 81c3e49

Please sign in to comment.