mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-29 00:30:22 +01:00
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…
x
Reference in New Issue
Block a user