Commit b510e0ab authored by Max Lv's avatar Max Lv

Fix #1452

parent c5e9e6a8
...@@ -82,10 +82,10 @@ ...@@ -82,10 +82,10 @@
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:launchMode="singleTask"/> android:launchMode="singleTask"/>
<activity <activity
android:name=".ScannerActivity" android:name=".ScannerActivity"
android:label="@string/add_profile_methods_scan_qr_code" android:label="@string/add_profile_methods_scan_qr_code"
android:parentActivityName=".MainActivity" android:parentActivityName=".MainActivity"
android:excludeFromRecents="true"/> android:excludeFromRecents="true"/>
<activity android:name=".TaskerActivity" <activity android:name=".TaskerActivity"
......
...@@ -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