Method: MotionPrime::ScreenIndicatorsMixin#hide_progress_indicator

Defined in:
motion-prime/screens/extensions/_indicators_mixin.rb

#hide_progress_indicator(animated = true) ⇒ Object



38
39
40
# File 'motion-prime/screens/extensions/_indicators_mixin.rb', line 38

def hide_progress_indicator(animated = true)
  @progress_indicator_view.try(:hide, animated)
end