app/screens/basic_screen.rb in ProMotion-0.7.4 vs app/screens/basic_screen.rb in ProMotion-0.7.5
- old
+ new
@@ -6,10 +6,10 @@
end
def on_load
# Fires just before a screen is opened for the first time.
end
-
+
def will_appear
# Fires every time the screen will appear
end
def on_appear