Skip to content

Commit

Permalink
more lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexosugo committed Jun 20, 2022
1 parent d99e2f5 commit 7184162
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class NewRequestViewModel(application: Application, val repo: RequestRepo, val a
val activeAccount = MutableLiveData<Account?>()
val amount = MutableLiveData<String?>()
private val requestees = MutableLiveData<List<StaxContact>>(Collections.singletonList(StaxContact("")))
val requestee = MutableLiveData<StaxContact>()
val requestee = MutableLiveData<StaxContact?>()
var requesterNumber = MediatorLiveData<String>()
val note = MutableLiveData<String?>()

Expand Down

0 comments on commit 7184162

Please sign in to comment.