Skip to content

Commit

Permalink
Disable update-pausing in background
Browse files Browse the repository at this point in the history
This still needs some improvements
  • Loading branch information
gujjwal00 committed May 17, 2023
1 parent 385e7b8 commit 8b0e4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/gaurav/avnc/vnc/VncClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class VncClient(private val observer: Observer) {
* It takes effect after the next call to [processServerMessage].
*/
fun setAutomaticFrameBufferUpdates(enabled: Boolean) = ifConnected {
autoFBRequestsQueued = enabled
//autoFBRequestsQueued = enabled
}

/**
Expand Down

0 comments on commit 8b0e4f8

Please sign in to comment.