lib/ProMotion/screen/screen_module.rb in ProMotion-2.6.0 vs lib/ProMotion/screen/screen_module.rb in ProMotion-2.6.1

- old
+ new

@@ -75,10 +75,10 @@ def did_receive_memory_warning self.on_memory_warning end def on_memory_warning - mp "Received memory warning in #{self.inspect}. You should implement on_memory_warning in your secreen.", force_color: :red + mp "Received memory warning in #{self.inspect}. You should implement on_memory_warning in your screen.", force_color: :red end def on_live_reload self.view.subviews.each(&:removeFromSuperview) on_load