CameraModule icon indicating copy to clipboard operation
CameraModule copied to clipboard

getActionBar null !

Open afaucogney opened this issue 10 years ago • 2 comments

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.

afaucogney avatar Jul 29 '15 20:07 afaucogney

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

leaf918 avatar Aug 10 '16 09:08 leaf918

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

Montsserrat avatar Nov 01 '17 21:11 Montsserrat