diff --git a/lib/src/channels_bloc.dart b/lib/src/channels_bloc.dart index e2cf9cd9..0e7ee243 100644 --- a/lib/src/channels_bloc.dart +++ b/lib/src/channels_bloc.dart @@ -11,7 +11,7 @@ class ChannelsBloc extends StatefulWidget { /// The widget child final Widget child; - /// Set this to false to prevent channels to be brought to the top of the list when a new message arrives + /// Set this to true to prevent channels to be brought to the top of the list when a new message arrives final bool lockChannelsOrder; /// Instantiate a new ChannelsBloc