Fix notification not updated

This commit is contained in:
Mygod
2018-03-16 23:45:52 -07:00
parent ebb6061a6e
commit c1563721bf

View File

@@ -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)
} }