question

ycb avatar image
ycb asked Jeffrey Blattman answered

Register app crashes on Flex

Hi,
I try to open register app to select items but it crashes only on flex device
Intent intent = new Intent(Intents.ACTION_ITEM_SELECT);
intent.putExtra(Intents.EXTRA_CLOVER_ORDER_ID, mOrderId);
startActivityForResult(intent, REQUEST_NEW_ORDER); 
OrdersClover FlexIntents
2 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ commented ·

Knowing the exception that causes the crash would be invaluable.

0 Likes 0 ·
ycb avatar image ycb commented ·

Hi @Jeffrey
bellow a logcat for this crash:

https://pastebin.com/ypiSUkrc

0 Likes 0 ·

1 Answer

Jeffrey Blattman avatar image
Jeffrey Blattman answered
Yes I was able to reproduce. I've filed an internal issue to get it resolved. I can't comment as to when a fix will be available.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community