We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Would you describe your issue in more detailed?
Sorry, something went wrong.
I am trying to do it like this : class SomeActivity @Inject()(someActivityHelper: someActivityHelper) extends SActivity with SContext
but when i try to create intent as : val intent = SIntent[SomeActivity]
it gives me error as : Cannot instantiate SomeActivity .... no default contructor found.
I believe it is due to the fact that SomeActivity uses SomeActivityHelper and i am unable to pass it when i create intent.
What can be the possible ways to deal with it? Any help will be appreciated.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: