refactor: Remove unncessary `val` from constructor parameter
This commit is contained in:
parent
26ff8e5bad
commit
da808793f5
|
@ -27,7 +27,7 @@ import app.pachli.viewdata.AttachmentViewData
|
|||
import javax.inject.Inject
|
||||
|
||||
class AccountMediaViewModel @Inject constructor(
|
||||
private val accountManager: AccountManager,
|
||||
accountManager: AccountManager,
|
||||
api: MastodonApi,
|
||||
) : ViewModel() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue