Pegasus
Results
1
comments of
Pegasus
> I ran into same issue. What I've done to address the issue is in `AndroidManifest.xml` add: > > ``` > tools:replace="android:theme" > android:name="com.yalantis.ucrop.UCropActivity" > android:theme="@style/UCropActivityInsetFix"/> > ``` > >...