Fix lint false positive
This commit is contained in:
parent
c9223ff74c
commit
17f0c29264
@ -94,9 +94,11 @@
|
|||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".features.media.ImageMediaViewerActivity" />
|
<activity android:name=".features.media.ImageMediaViewerActivity" />
|
||||||
|
|
||||||
|
<!-- Add tools:ignore="Instantiatable" for the error reported only by Buildkite :/ -->
|
||||||
<activity
|
<activity
|
||||||
android:name=".features.media.VectorAttachmentViewerActivity"
|
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 android:name=".features.media.BigImageViewerActivity" />
|
||||||
<activity
|
<activity
|
||||||
|
Loading…
Reference in New Issue
Block a user