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

Change return type to bool for shareOption #128

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

goneall
Copy link

@goneall goneall commented Mar 20, 2023

Fixes #117

The Dart code is expecting a return type of bool and the Android code is returning a type String. I'm assuming "success" should be translated to True.

I looked at the iOS code and it is returning a boolean type for the same function.

Fixes ShekarMudaliyar#117

The Dart code is expecting a return type of bool and the Android
code is returning a type String.  I'm assuming "success" should
be translated to True.

I looked at the iOS code and it is returning a boolean type for
the same function.

Signed-off-by: Gary O'Neall <[email protected]>
Signed-off-by: Gary O'Neall <[email protected]>
@NicolasEymael
Copy link

what is needed for this to be merged?

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.

When I press icon for to share, don't works. (sharedOptions)
2 participants