Loading src/com/cyanogenmod/eleven/MusicPlaybackService.java +2 −1 Original line number Diff line number Diff line /* * Copyright (C) 2012 Andrew Neal * Copyright (C) 2014 The CyanogenMod Project * Copyright (C) 2014-2016 The CyanogenMod Project * Licensed under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at Loading Loading @@ -2500,6 +2500,7 @@ public class MusicPlaybackService extends Service { * Temporarily pauses playback. */ public void pause() { if (mPlayerHandler == null) return; if (D) Log.d(TAG, "Pausing playback"); synchronized (this) { if (mPlayerHandler != null) { Loading Loading
src/com/cyanogenmod/eleven/MusicPlaybackService.java +2 −1 Original line number Diff line number Diff line /* * Copyright (C) 2012 Andrew Neal * Copyright (C) 2014 The CyanogenMod Project * Copyright (C) 2014-2016 The CyanogenMod Project * Licensed under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at Loading Loading @@ -2500,6 +2500,7 @@ public class MusicPlaybackService extends Service { * Temporarily pauses playback. */ public void pause() { if (mPlayerHandler == null) return; if (D) Log.d(TAG, "Pausing playback"); synchronized (this) { if (mPlayerHandler != null) { Loading