Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
No need of refreshing the fullscreen property after a UI update (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored Apr 9, 2020
1 parent bce60f9 commit 44b0c09
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ public void refresh() {
isWindowVisible.postValue(isWindowVisible.getValue());
placement.postValue(placement.getValue());
isOnlyWindow.postValue(isOnlyWindow.getValue());
isFullscreen.postValue(isFullscreen.getValue());
isResizeMode.postValue(isResizeMode.getValue());
isPrivateSession.postValue(isPrivateSession.getValue());
isInsecure.postValue(isInsecure.getValue());
Expand Down

0 comments on commit 44b0c09

Please sign in to comment.