codenameone - Can someone tell me where the Share Popup is called when I issue sendMessage? - Stack Overflow

admin2025-04-16  4

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 asked Feb 2 at 4:14 curtjacobs1curtjacobs1 3972 silver badges8 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I 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...

转载请注明原文地址:http://anycun.com/QandA/1744809443a87921.html