Skip to content

Commit

Permalink
Add comment in getLatestAppVersion method
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowheat committed Dec 16, 2018
1 parent 3aec1b2 commit 28e5f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loopr-ios/AppService/AppServiceUpdateManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class AppServiceUpdateManager {
}

func getLatestAppVersion(completion: @escaping (_ shouldDisplayUpdateNotification: Bool) -> Void) {
// Only apply for psy version, excluding app store version.
guard let bundleIdentifier = Bundle.main.bundleIdentifier, bundleIdentifier == "leaf.prod.app" else {
return
}
Expand Down

0 comments on commit 28e5f0b

Please sign in to comment.