Merge pull request #141 from asdzheng/patch-1

Update AmbientLightManager
This commit is contained in:
Jenly
2021-04-25 09:25:10 +08:00
committed by GitHub

View File

@@ -104,7 +104,7 @@ public class AmbientLightManager implements SensorEventListener {
* @param lightLux
*/
public void setBrightLightLux(float lightLux){
this.darkLightLux = lightLux;
this.brightLightLux = lightLux;
}
@Override