Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66700397 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Merge 3100207b from gingerbread-plus-aosp

Change-Id: Ib2eaede8b9e400e1d273f981c08a6ef82f3dd588
parents d4796c82 3100207b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ public interface IObbActionListener extends IInterface {
                    _data.writeInt(nonce);
                    _data.writeInt(status);
                    mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
                            IBinder.FLAG_ONEWAY);
                            android.os.IBinder.FLAG_ONEWAY);
                    _reply.readException();
                } finally {
                    _reply.recycle();