Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Update ScreenBrightnessPackage.java
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlevy0 authored Nov 20, 2019
1 parent ba4f1f1 commit ff73f85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
import java.util.List;

public class ScreenBrightnessPackage implements ReactPackage {
private final int mWriteSettingsRequestCode;
private final int mWriteSettingsRequestCode = 1;

public ScreenBrightnessPackage(final int writeSettingsRequestCode) {
public ScreenBrightnessPackage() {
mWriteSettingsRequestCode = writeSettingsRequestCode;
}

Expand Down

0 comments on commit ff73f85

Please sign in to comment.