This commit is contained in:
2018-03-22 18:27:47 +03:00
parent 368b90ddc8
commit bfaf668191
4 changed files with 5 additions and 5 deletions
@@ -78,7 +78,7 @@ open class GeneralDataLoadingViewModel<ResultType>: BaseViewModel {
}
/// Manually update loading state.
/// Should only be used only in specific situations on your own risk!
/// Should be used only in specific situations on your own risk!
///
/// - Parameter newState: New loading state.
public func updateStateManually(to newState: LoadingState) {