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

Commit 31901bd9 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

PlaybackActivityMonitor: fix comment typo

Test: no test for typo
Change-Id: If2c5cc6c634d044c2b92347783c068aedbfbd890
parent 272fe5c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ public final class PlaybackActivityMonitor
                    apc.getPlayerProxy().applyVolumeShaper(
                            DUCK_ID,
                            TERMINATE);
                } catch (Exception e) { /* silent failure, happens happens with binder failure */ }
                } catch (Exception e) { /* silent failure, happens with binder failure */ }
                mPlayers.remove(new Integer(piid));
            } else {
                Log.e(TAG, "Error releasing player " + piid);