Commit b510e0ab authored by Max Lv's avatar Max Lv

Fix #1452

parent c5e9e6a8
...@@ -63,7 +63,6 @@ trait ServiceBoundContext extends Context with IBinder.DeathRecipient { ...@@ -63,7 +63,6 @@ trait ServiceBoundContext extends Context with IBinder.DeathRecipient {
if (bgService != null && callback != null && callbackRegistered) try bgService.unregisterCallback(callback) catch { if (bgService != null && callback != null && callbackRegistered) try bgService.unregisterCallback(callback) catch {
case _: RemoteException => case _: RemoteException =>
} }
listeningForBandwidth = false
callbackRegistered = false callbackRegistered = false
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment