Skip to content
New issue

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

fix: context is never null #1127

Merged
merged 1 commit into from
Sep 14, 2021
Merged

Conversation

cruzach
Copy link
Contributor

@cruzach cruzach commented Sep 13, 2021

Description

fixes an error when building for android on different kotlin versions / lint setups

I have changed the project's gradle setup to match the Example/ in this repo, but still getting the error... but even though this could be kotlin version issue, it seems to me that context can't be null here anyways, so figured I'd open a PR for review 🤷

Changes

context is never null according to the constructor, so I just changed one instance of Context? to Context

Checklist

@kacperkapusciak kacperkapusciak merged commit aefa605 into software-mansion:master Sep 14, 2021
kacperkapusciak pushed a commit that referenced this pull request Sep 14, 2021
Changed instance of Context? to Context in `DebugMenuToolbar`
@kacperkapusciak
Copy link
Member

@cruzach
Copy link
Contributor Author

cruzach commented Sep 14, 2021

tyvm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants