Yalantis / CameraModule

Simple camera module for android applications
https://yalantis.com/
684 stars 192 forks source link

getActionBar null ! #9

Open afaucogney opened 8 years ago

afaucogney commented 8 years ago

I get an issue in CameraPreview class, when calling getActionBar, that is null. I have no ActionBar. the "showActionBar()" method cares if the actionbar is null, but not the "showBack" method.

leaf918 commented 7 years ago

I break it down. modify like this,works well. public abstract class BaseActivity extends AppCompatActivity

Montsserrat commented 6 years ago

In my case I just comment the showBack() method in BasePhotoActivity class