Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

startService<T>() extension returning Unit; should be returning ComponentName #435

Closed
werelord opened this issue Jul 12, 2017 · 0 comments
Closed
Milestone

Comments

@werelord
Copy link

the extension Context.startService() is returning Unit; further down the call stack it is calling ctx.startService(createIntent(ctx, activity, params). That startService method returns a ComponentName, but the extension is ignoring the return value..

Is there a reason why the return value was ignored?

@4u7 4u7 closed this as completed in b60dbcb Nov 15, 2017
@4u7 4u7 added this to the Anko 0.10.3 milestone Nov 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants