Fix lint false positive

This commit is contained in:
Benoit Marty 2020-10-12 14:12:44 +02:00
parent c9223ff74c
commit 17f0c29264

View file

@ -94,9 +94,11 @@
</activity>
<activity android:name=".features.media.ImageMediaViewerActivity" />
<!-- Add tools:ignore="Instantiatable" for the error reported only by Buildkite :/ -->
<activity
android:name=".features.media.VectorAttachmentViewerActivity"
android:theme="@style/AppTheme.Transparent" />
android:theme="@style/AppTheme.Transparent"
tools:ignore="Instantiatable" />
<activity android:name=".features.media.BigImageViewerActivity" />
<activity