Skip to content

fix devtools not receiving messages#397

Open
davidmartos96 wants to merge 3 commits intorodydavis:mainfrom
davidmartos96:fix_devtools
Open

fix devtools not receiving messages#397
davidmartos96 wants to merge 3 commits intorodydavis:mainfrom
davidmartos96:fix_devtools

Conversation

@davidmartos96
Copy link

When trying the devtools I noticed it wasn't reacting to the app state change. Only the initial state was shown.

This is because serviceManager.service was null because it wasn't being awaited.

Additionally, on some situations the sources json field was an empty string, so places that were splitting by comma weren't behaving as expected, because the code expected null instead empty string.

Copy link
Owner

@rodydavis rodydavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

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