Rename properties and arguments

This commit is contained in:
Andy Uhnak
2022-02-22 16:44:22 +00:00
parent f85e0ccea1
commit c9c8438250
6 changed files with 25 additions and 29 deletions

View File

@@ -116,10 +116,10 @@ final class RoomInfoListViewController: UIViewController {
// Do any additional setup after loading the view.
self.setupViews()
if BuildSettings.appActivityIndicators {
if BuildSettings.useAppUserIndicators {
self.activityPresenter = FullscreenActivityIndicatorPresenter(
label: VectorL10n.roomParticipantsLeaveProcessing,
on: self
viewController: self
)
} else {
self.activityPresenter = ActivityIndicatorPresenter()