infinitered / bluepotion

Like RedPotion, but for Android
MIT License
74 stars 18 forks source link

Expose the Potion::Dialog from the PotionDialog. #75

Closed skellock closed 9 years ago

skellock commented 9 years ago

I needed to get the Android::App::Dialog, but it was trapped inside the PotionDialog.

I'm finding this interface a bit confusing to be honest. Maybe it's the name? Maybe I expected PotionDialog to be an Android::App::Dialog.

I think end game would be have this dialog be an PMScreen, but I'm having a hard time wrapping my head around how to make that happen as PMScreens are Fragments.

This commit unblocks me though! I can findViewById and rmq.wrap to accomplish what i need short-term.