Skip to content

Commit

Permalink
remove firefox night mode hack because it stopped working. See: mozil…
Browse files Browse the repository at this point in the history
  • Loading branch information
dasl- committed Apr 30, 2022
1 parent 5a9924e commit 9e08261
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/component/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ class App extends React.Component {

this.animation_mode_mutex = false;
this.animation_mode_mutex_releasable = false;

// https://github.com/mozilla-mobile/firefox-ios/issues/5772#issuecomment-573380173
if (window.__firefox__) {
window.__firefox__.NightMode.setEnabled(false);
}
}

componentDidMount() {
Expand Down

0 comments on commit 9e08261

Please sign in to comment.