Merge pull request #141 from asdzheng/patch-1
Update AmbientLightManager
This commit is contained in:
@@ -104,7 +104,7 @@ public class AmbientLightManager implements SensorEventListener {
|
|||||||
* @param lightLux
|
* @param lightLux
|
||||||
*/
|
*/
|
||||||
public void setBrightLightLux(float lightLux){
|
public void setBrightLightLux(float lightLux){
|
||||||
this.darkLightLux = lightLux;
|
this.brightLightLux = lightLux;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user