Fix UpdatePowerInfo method implementation in PowerIphone class
(cherry picked from commit 06fab24348
)
This commit is contained in:
parent
060f9f2cd7
commit
6989a7ac53
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#include "power_iphone.h"
|
#include "power_iphone.h"
|
||||||
|
|
||||||
bool OS::PowerState::UpdatePowerInfo() {
|
bool PowerIphone::UpdatePowerInfo() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue