Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClusterModeStatus setPowerModeQualificationStatus takes Names class #2

Closed
mikeburke106 opened this issue Oct 9, 2014 · 1 comment
Closed
Labels
bug A defect in the library

Comments

@mikeburke106
Copy link
Contributor

Appears to be a copy/paste error.

setPowerModeQualificationStatus() should take a PowerModeQualificationStatus enum value, but instead takes a Names value.

public void setPowerModeQualificationStatus(Names powerModeQualificationStatus) {
    if (powerModeQualificationStatus != null) {
        store.put(Names.powerModeQualificationStatus, powerModeQualificationStatus);
    } else {
        store.remove(Names.powerModeQualificationStatus);
    }
}
@joeygrover joeygrover added the bug A defect in the library label Oct 9, 2014
mikeburke106 pushed a commit to mikeburke106/sdl_android that referenced this issue Oct 9, 2014
Signed-off-by: Mike Burke <mike@livioconnect.com>
This was referenced Oct 9, 2014
@mikeburke106
Copy link
Contributor Author

Fixed as part of the Hotfix pull request.

virat-shukla pushed a commit to virat-shukla/sdl_android that referenced this issue Mar 21, 2017
Replaced lock screen using app partners solution. 

This fixes issues with the locks screen foregrounding the app, and preserves the activity stack.
BrettyWhite added a commit that referenced this issue Apr 5, 2018
anildahiya pushed a commit to anildahiya/sdl_android that referenced this issue Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants