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

Commit ceff1b5e authored by Hugo Hudson's avatar Hugo Hudson Committed by Android (Google) Code Review
Browse files

Merge "Fix broken unit test."

parents 413119e9 6895a318
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ public class VoicemailPlaybackPresenter {
                            mPlayer.setAudioStreamType(PLAYBACK_STREAM);
                            mPlayer.prepare();
                            return null;
                        } catch (IOException e) {
                        } catch (Exception e) {
                            return e;
                        }
                    }