RikkaApps / WADB

A simple switch for adb (Android Debug Bridge) over network.
https://play.google.com/store/apps/details?id=moe.haruue.wadb
Apache License 2.0
578 stars 77 forks source link

Wakelock doesn't quit #3

Closed anishbajpai014 closed 7 years ago

anishbajpai014 commented 7 years ago

When using the "keep screen on", the wakelock doesn't quit after wadb is disabled.

PinkD commented 7 years ago

fixed in d242b9b

anishbajpai014 commented 7 years ago

I am still experiencing this issue in latest release 2.3.1 when using the app from its tile. While I'm unsure of the cause of the bug, checking for !wakeLock.isHeld() in https://github.com/haruue/WADB/blob/master/app/src/main/java/moe/haruue/wadb/util/ScreenKeeper.java#L22 fixes the issue for me.

haruue commented 7 years ago

This problem should be fixed now, could you try the latest release 2.4.0 to help us check it? Thank you for your help.

anishbajpai014 commented 7 years ago

Yup! Has been fixed. Glad to have been of help. :)