mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-05-25 01:31:37 +08:00
Typo in on_enter_foreground
This commit is contained in:
@@ -31,7 +31,7 @@ module ProMotion
|
||||
end
|
||||
|
||||
def applicationWillEnterForeground(application)
|
||||
on_enter_foregraound if respond_to?(:on_enter_foregraound)
|
||||
on_enter_foreground if respond_to?(:on_enter_foreground)
|
||||
end
|
||||
|
||||
def applicationWillTerminate(application)
|
||||
|
||||
Reference in New Issue
Block a user