Skip to content

Commit

Permalink
Android: VNCConn: allow re-use of object
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Nov 9, 2023
1 parent 3732969 commit 04fb7b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ public void init(ConnectionBean bean, OnInitListener initCallback, OnDisconnectL

Log.d(TAG, "initializing");

maintainConnection = true;

connSettings = bean;
this.pendingColorModel = COLORMODEL.valueOf(bean.colorModel);

Expand Down

0 comments on commit 04fb7b0

Please sign in to comment.