Skip to content

Crashes when "sure" is pressed in the dialog box #7

@amadhuri

Description

@amadhuri

In the dialog "Would you like to post...." it crashes when sure is pressed. I see that it tries to launch an activity with intent to app store.

final Intent intentToAppstore = settings.getStoreType() == Settings.StoreType.GOOGLEPLAY ?
IntentHelper.createIntentForGooglePlay(context) : IntentHelper.createIntentForAmazonAppstore(context);
context.startActivity(intentToAppstore);d

How can I handle this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions