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

Commit 44b0c09

Browse files
authored
No need of refreshing the fullscreen property after a UI update (#3138)
1 parent bce60f9 commit 44b0c09

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/common/shared/org/mozilla/vrbrowser/ui/viewmodel/WindowViewModel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ public void refresh() {
294294
isWindowVisible.postValue(isWindowVisible.getValue());
295295
placement.postValue(placement.getValue());
296296
isOnlyWindow.postValue(isOnlyWindow.getValue());
297-
isFullscreen.postValue(isFullscreen.getValue());
298297
isResizeMode.postValue(isResizeMode.getValue());
299298
isPrivateSession.postValue(isPrivateSession.getValue());
300299
isInsecure.postValue(isInsecure.getValue());

0 commit comments

Comments
 (0)