Fix notification not updated
This commit is contained in:
@@ -283,7 +283,7 @@ class RepeaterService : Service(), WifiP2pManager.ChannelListener, VpnMonitor.Ca
|
|||||||
} catch (e: SocketException) {
|
} catch (e: SocketException) {
|
||||||
startFailure(e.message, group)
|
startFailure(e.message, group)
|
||||||
return
|
return
|
||||||
}
|
} else showNotification(group)
|
||||||
this.group = group
|
this.group = group
|
||||||
binder.data?.onGroupChanged(group)
|
binder.data?.onGroupChanged(group)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user