aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/iitems/MenuIItem.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-04-03 00:01:06 -0400
committerAllan Wang <me@allanwang.ca>2019-04-03 00:01:06 -0400
commitae6fdc31eb3c6d71391e825f7d3575b3565b8aea (patch)
tree0eb3829f72140e63036b8eefebc86c4fe6e9e24b /app/src/main/kotlin/com/pitchedapps/frost/iitems/MenuIItem.kt
parentb464f91668b1985e59b5555450011783da771211 (diff)
parent2f6069d85d4e3bf1ef2bed4cf1c4203ecdc996bd (diff)
downloadfrost-ae6fdc31eb3c6d71391e825f7d3575b3565b8aea.tar.gz
frost-ae6fdc31eb3c6d71391e825f7d3575b3565b8aea.tar.bz2
frost-ae6fdc31eb3c6d71391e825f7d3575b3565b8aea.zip
Merge branch 'dev' into fix-search
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/iitems/MenuIItem.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/iitems/MenuIItem.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/iitems/MenuIItem.kt b/app/src/main/kotlin/com/pitchedapps/frost/iitems/MenuIItem.kt
index 651a4a2a..d20e8cde 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/iitems/MenuIItem.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/iitems/MenuIItem.kt
@@ -59,7 +59,7 @@ class MenuContentIItem(val data: MenuItem) :
if (iconUrl != null)
GlideApp.with(itemView)
.load(iconUrl)
- .transform(FrostGlide.roundCorner)
+ .transform(FrostGlide.circleCrop)
.into(icon.visible())
else
icon.gone()