Code style
This commit is contained in:
parent
5e10f04e24
commit
f9e8cbbca1
1 changed files with 2 additions and 3 deletions
|
@ -29,6 +29,7 @@ public class PassViewActivityBase extends PassAndroidActivity {
|
|||
public static final String EXTRA_KEY_UUID = "uuid";
|
||||
|
||||
public Pass currentPass;
|
||||
private boolean fullBrightnessSet = false;
|
||||
|
||||
@Inject
|
||||
Settings settings;
|
||||
|
@ -131,7 +132,7 @@ public class PassViewActivityBase extends PassAndroidActivity {
|
|||
return pass != null && pass.getWebServiceURL() != null && pass.getPassIdent() != null && pass.getSerial() != null;
|
||||
}
|
||||
|
||||
class UpdateAsync implements Runnable {
|
||||
private class UpdateAsync implements Runnable {
|
||||
|
||||
private ProgressDialog dlg;
|
||||
|
||||
|
@ -229,8 +230,6 @@ public class PassViewActivityBase extends PassAndroidActivity {
|
|||
|
||||
}
|
||||
|
||||
private boolean fullBrightnessSet = false;
|
||||
|
||||
private void setToFullBrightness() {
|
||||
final Window win = getWindow();
|
||||
final WindowManager.LayoutParams params = win.getAttributes();
|
||||
|
|
Loading…
Reference in a new issue