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

Commit 00d0bb38 authored by Sungsoo Lim's avatar Sungsoo Lim
Browse files

Fix AudioAttributes.setContentType

Test: build
Change-Id: Icfafeb3069010bf73c3d3e00f19c62c5fbf0e437
parent e9e01e2c
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -598,7 +598,7 @@ public final class AudioAttributes implements Parcelable {
                    mContentType = contentType;
                    mContentType = contentType;
                    break;
                    break;
                default:
                default:
                     mUsage = CONTENT_TYPE_UNKNOWN;
                    mContentType = CONTENT_TYPE_UNKNOWN;
            }
            }
            return this;
            return this;
        }
        }