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

Commit 3fa66fff authored by Iván Budnik's avatar Iván Budnik
Browse files

Rethrow RemoteException from dispatchMediaKeyEvent call

Bug: 205124386
Test: Presubmit
Change-Id: I45b7e424f1e84bd5667b14a6dc7e9f740059513f
parent 209062be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -617,7 +617,7 @@ public final class MediaSessionManager {
            mService.dispatchMediaKeyEvent(mContext.getPackageName(), asSystemService, keyEvent,
                    needWakeLock);
        } catch (RemoteException e) {
            Log.e(TAG, "Failed to send key event.", e);
            e.rethrowFromSystemServer();
        }
    }