bentocorp / android

The customer Android app
0 stars 0 forks source link

If OD isn’t open (selected=false), then it isn’t selected by default, but tapping it shows menu preview #332

Closed vcardillo closed 8 years ago

vcardillo commented 8 years ago

WRONG. SEE BELOW. If OD isn’t open (selected=false), then it isn’t selectable at all, and needs to be in a disabled state, until your init2 call would say otherwise (selected=true).

vcardillo commented 8 years ago

Actually, I got this wrong.

IF (selected=false), selecting OD in this case would just allow menu preview. BUT, it doesn't default to being selected.

IF (selected=false) THEN you can use the appOnDemandWidget.menuPreview object for the menu preview that the user would see if they tap on OD.

vcardillo commented 8 years ago

Please leave these open so I can verify.