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

Commit 376611a

Browse files
MortimerGorobluemarvin
authored andcommitted
Do not dim environment when while selecting one. (#1720)
1 parent ca2c30b commit 376611a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/settings/EnvironmentOptionsView.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ private void initialize(Context aContext) {
5555
});
5656
}
5757

58+
@Override
59+
public void onShown() {
60+
super.onShown();
61+
62+
mWidgetManager.pushWorldBrightness(this, WidgetManagerDelegate.DEFAULT_NO_DIM_BRIGHTNESS);
63+
}
64+
65+
5866
@Override
5967
public void onHidden() {
6068
mWidgetManager.popWorldBrightness(this);

0 commit comments

Comments
 (0)