File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
opencloudApp/src/main/java/eu/opencloud/android Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ class ManageAccountsAdapter(
113113 avatarUtils.loadAvatarForAccount(
114114 holder.binding.icon,
115115 account,
116- true ,
117116 accountAvatarRadiusDimension,
118117 loader
119118 )
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ class AvatarUtils : KoinComponent {
4949 fun loadAvatarForAccount (
5050 imageView : ImageView ,
5151 account : Account ,
52- @Suppress(" UnusedParameter" ) fetchIfNotCached : Boolean = false,
5352 @Suppress(" UnusedParameter" ) displayRadius : Float ,
5453 imageLoader : coil.ImageLoader ? = null
5554 ) {
@@ -65,7 +64,6 @@ class AvatarUtils : KoinComponent {
6564 fun loadAvatarForAccount (
6665 menuItem : MenuItem ,
6766 account : Account ,
68- @Suppress(" UnusedParameter" ) fetchIfNotCached : Boolean = false,
6967 @Suppress(" UnusedParameter" ) displayRadius : Float
7068 ) {
7169 val uri = ThumbnailsRequester .getAvatarUri(account)
Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ abstract class ToolbarActivity : BaseActivity() {
124124 AvatarUtils ().loadAvatarForAccount(
125125 avatarView,
126126 account,
127- true ,
128127 baseContext.resources.getDimension(R .dimen.toolbar_avatar_radius),
129128 imageLoader
130129 )
You can’t perform that action at this time.
0 commit comments