Skip to content

Commit

Permalink
Cleanup: Ease AndroidEnvironment creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobodemann authored and Mario Bodemann committed Sep 15, 2023
1 parent ab78013 commit 2a90f1d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ class AndroidBadgeManager(

}

data class AndroidEnvironmentWrapper(val context: Context)

actual typealias Environment = AndroidEnvironmentWrapper
actual data class Environment(val context: Context)

actual fun buildBadgeManager(
environment: Environment,
Expand Down

0 comments on commit 2a90f1d

Please sign in to comment.