change: Update lint baseline (#427)

This commit is contained in:
Nik Clayton 2024-02-06 19:23:34 +01:00 committed by GitHub
parent 9a47e306ea
commit 7fc8a5fb1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 1 deletions

View File

@ -3439,6 +3439,17 @@
column="32"/>
</issue>
<issue
id="SyntheticAccessor"
message="Access to `private` method `getBinding` of class `ViewVideoFragment` requires synthetic accessor"
errorLine1=" binding.videoView.keepScreenOn = isPlaying"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/app/pachli/fragment/ViewVideoFragment.kt"
line="231"
column="17"/>
</issue>
<issue
id="SyntheticAccessor"
message="Access to `private` method `hideToolbarAfterDelay` of class `ViewVideoFragment` requires synthetic accessor"
@ -3446,7 +3457,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/app/pachli/fragment/ViewVideoFragment.kt"
line="233"
line="235"
column="21"/>
</issue>