mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Invert privatemode boolean
This commit is contained in:
parent
87ff4691ce
commit
6d491052ee
1 changed files with 1 additions and 1 deletions
|
@ -1239,7 +1239,7 @@ class VideoDetailView : ConstraintLayout {
|
|||
}*/
|
||||
}
|
||||
try {
|
||||
if(StateApp.instance.privateMode) {
|
||||
if(!StateApp.instance.privateMode) {
|
||||
val stopwatch = com.futo.platformplayer.debug.Stopwatch()
|
||||
var tracker = video.getPlaybackTracker()
|
||||
Logger.i(TAG, "video.getPlaybackTracker took ${stopwatch.elapsedMs}ms")
|
||||
|
|
Loading…
Add table
Reference in a new issue