When I issue Display.getInstance().sendMessage(new String[] {currentRow.getString(2)}, fileName, m); my email client opens an email window. After I close the email, there is a Share Popup with 1. Email and 2. Facebook that is open on the screen. I don't need the popup. How can I turn it off? Thanks.
When I issue Display.getInstance().sendMessage(new String[] {currentRow.getString(2)}, fileName, m); my email client opens an email window. After I close the email, there is a Share Popup with 1. Email and 2. Facebook that is open on the screen. I don't need the popup. How can I turn it off? Thanks.
Share Improve this question asked Feb 2 at 4:14 curtjacobs1curtjacobs1 3511 silver badge8 bronze badges1 Answer
Reset to default 0I think you used a ShareButton
to implement that instead of a Button
so you're triggering the native functionality of the ShareButton
. But I can only guess without code or a screenshot...