From 241e18f609ad7e2186753efad9095102346cb64e Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 27 Aug 2020 11:17:09 +0200 Subject: [PATCH] fix typo --- lib/src/channels_bloc.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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