* correct behavior of back button on Android
* removing of annoying debug logs on Android
This commit is contained in:
parent
fe7c66cf1d
commit
20846c8eff
4 changed files with 15 additions and 15 deletions
|
|
@ -196,7 +196,6 @@ class VPNServiceBinder(service: VPNService) : Binder() {
|
|||
try {
|
||||
mListener?.let {
|
||||
if (it.isBinderAlive) {
|
||||
Log.i(tag, "Dispatching event: binder alive")
|
||||
val data = Parcel.obtain()
|
||||
data.writeByteArray(payload?.toByteArray(charset("UTF-8")))
|
||||
it.transact(code, data, Parcel.obtain(), 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue