cheogram/src/cheogram/java/com
Peter Cai 259b0e69ad ConnectionService: handle disconnection correctly
onDisconnect() is only called when the user *requests* to hang up. If
the state is changed by setDisconnected(), then only onStateChanged()
will be called. Handle this correctly, otherwise the connection state
could be inconsistent (e.g. call is ended by the other side but the
Connection object is still around)
2022-03-12 21:38:12 -05:00
..
cheogram/android ConnectionService: handle disconnection correctly 2022-03-12 21:38:12 -05:00