Loading media/java/android/media/MediaScanner.java +2 −1 Original line number Diff line number Diff line Loading @@ -1273,7 +1273,8 @@ public class MediaScanner } } if (bestMatch == null) { // if the match is not for an audio file, bail out if (bestMatch == null || ! mAudioUri.equals(bestMatch.mTableUri)) { return false; } Loading Loading
media/java/android/media/MediaScanner.java +2 −1 Original line number Diff line number Diff line Loading @@ -1273,7 +1273,8 @@ public class MediaScanner } } if (bestMatch == null) { // if the match is not for an audio file, bail out if (bestMatch == null || ! mAudioUri.equals(bestMatch.mTableUri)) { return false; } Loading