Merge branch 'mbruce/bugfixes' into 'develop'
ONEAPP-6239 - Loader doesn't cancel 60 second timer on deallocation. See merge request BPHV_MIPS/vds_ios!131
This commit is contained in:
commit
44ce29035e
@ -1233,7 +1233,7 @@
|
||||
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 49;
|
||||
CURRENT_PROJECT_VERSION = 50;
|
||||
DEFINES_MODULE = YES;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
@ -1270,7 +1270,7 @@
|
||||
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 49;
|
||||
CURRENT_PROJECT_VERSION = 50;
|
||||
DEFINES_MODULE = YES;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
|
||||
@ -119,6 +119,10 @@ open class Loader: View {
|
||||
loadingTimer?.invalidate()
|
||||
loadingTimer = nil
|
||||
}
|
||||
|
||||
deinit {
|
||||
stopAnimating()
|
||||
}
|
||||
}
|
||||
|
||||
extension Icon.Name {
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
1.0.50
|
||||
----------------
|
||||
- ONEAPP-6239 - Loader doesn't cancel 60 second timer on deallocation.
|
||||
|
||||
1.0.49
|
||||
----------------
|
||||
- ONEAPP-6239 - Loader Voice Over Fixes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user