removes unneded variable
This commit is contained in:
@@ -181,7 +181,6 @@ fun GalleryContentView(
|
|||||||
content: BaseMediaContent,
|
content: BaseMediaContent,
|
||||||
roundedCorner: Boolean,
|
roundedCorner: Boolean,
|
||||||
isFiniteHeight: Boolean,
|
isFiniteHeight: Boolean,
|
||||||
isFiniteWidth: Boolean,
|
|
||||||
accountViewModel: AccountViewModel,
|
accountViewModel: AccountViewModel,
|
||||||
) {
|
) {
|
||||||
when (content) {
|
when (content) {
|
||||||
|
|||||||
@@ -375,7 +375,6 @@ fun InnerRenderGalleryThumb(
|
|||||||
content = content,
|
content = content,
|
||||||
roundedCorner = false,
|
roundedCorner = false,
|
||||||
isFiniteHeight = false,
|
isFiniteHeight = false,
|
||||||
isFiniteWidth = false,
|
|
||||||
accountViewModel = accountViewModel,
|
accountViewModel = accountViewModel,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user