nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
599 stars 157 forks source link

Tabhost is hidden after .start() #83

Closed pablomartinfunes closed 4 years ago

pablomartinfunes commented 6 years ago

Hi, sorry if this is a basic question, but i have been looking for the answer for a time and i couldn 't find it. I have an app with 3 Tabs, when i click on tab1, i need to open ImagePicker. The problem is when is started, then all of my tabs are hidden. Could you tell me how to show ImagePicker inside my tab and not get all the other tabs hidden? Thanks in advance.