mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Trigger status-loading immediately (and not 30 seconds later)
See #1227, #1229, but for status-reporting
This commit is contained in:
parent
23a505b321
commit
e912bec350
@ -117,7 +117,9 @@ extension ReportStatusViewController {
|
||||
}
|
||||
|
||||
navigationActionView.backButton.addTarget(self, action: #selector(ReportStatusViewController.skipButtonDidPressed(_:)), for: .touchUpInside)
|
||||
navigationActionView.nextButton.addTarget(self, action: #selector(ReportStatusViewController.nextButtonDidPressed(_:)), for: .touchUpInside)
|
||||
navigationActionView.nextButton.addTarget(self, action: #selector(ReportStatusViewController.nextButtonDidPressed(_:)), for: .touchUpInside)
|
||||
|
||||
viewModel.listBatchFetchViewModel.shouldFetch.send()
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user