lib/ProMotion/delegate/delegate_helper.rb in ProMotion-0.7.2 vs lib/ProMotion/delegate/delegate_helper.rb in ProMotion-0.7.3
- old
+ new
@@ -14,9 +14,10 @@
# This will work when RubyMotion fixes a bug.
# defined?(super) ? super : true
# Workaround for now. Will display a NoMethodError, but ignore.
super rescue true
+ PM.logger.info "You can ignore the NoMethodError -- this is a RubyMotion bug that should be fixed soon."
end
def applicationWillTerminate(application)
on_unload if respond_to?(:on_unload)