change: Update lint baseline (#427)
This commit is contained in:
parent
9a47e306ea
commit
7fc8a5fb1e
|
@ -3439,6 +3439,17 @@
|
||||||
column="32"/>
|
column="32"/>
|
||||||
</issue>
|
</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
|
<issue
|
||||||
id="SyntheticAccessor"
|
id="SyntheticAccessor"
|
||||||
message="Access to `private` method `hideToolbarAfterDelay` of class `ViewVideoFragment` requires synthetic accessor"
|
message="Access to `private` method `hideToolbarAfterDelay` of class `ViewVideoFragment` requires synthetic accessor"
|
||||||
|
@ -3446,7 +3457,7 @@
|
||||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||||||
<location
|
<location
|
||||||
file="src/main/java/app/pachli/fragment/ViewVideoFragment.kt"
|
file="src/main/java/app/pachli/fragment/ViewVideoFragment.kt"
|
||||||
line="233"
|
line="235"
|
||||||
column="21"/>
|
column="21"/>
|
||||||
</issue>
|
</issue>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue