Skip to content

Commit

Permalink
fix NullPointerEx
Browse files Browse the repository at this point in the history
  • Loading branch information
ExploiTR authored Sep 27, 2017
1 parent ab08d37 commit ec5914a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/app/exploitr/hackbright/ShellGet.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int getMaxBrightness() {
e.printStackTrace();
e.getSuppressed();
}
return 0;
return 255;
}


Expand Down

0 comments on commit ec5914a

Please sign in to comment.