Skip to content

Commit

Permalink
Addressed nullability warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorye committed Aug 18, 2024
1 parent 227140a commit aedcbb2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class DefaultGarminConnector(
IQOpenApplicationStatus.APP_IS_NOT_INSTALLED -> completion(false)
IQOpenApplicationStatus.APP_IS_ALREADY_RUNNING -> completion(true)
IQOpenApplicationStatus.UNKNOWN_FAILURE -> completion(false)
null -> completion(false)
}
Log.d(
TAG,
Expand Down

0 comments on commit aedcbb2

Please sign in to comment.