Merge "Use a property instead of a getter function for key in BubbleBarBubble. Using a property here is more Kotlin idiomatic." into udc-dev am: 35f5bfea4c am: 4da033b59b am: aa5076a8a6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23058990 Change-Id: Ic6f6df75e876097bdd30b61eef31c80b88eb6b9b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -30,7 +30,5 @@ data class BubbleBarBubble(
|
||||
val appName: String
|
||||
) {
|
||||
|
||||
fun getKey(): String {
|
||||
return info.key
|
||||
}
|
||||
val key: String = info.key
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user