mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-28 06:32:19 +00:00
fix:修改首页新增会话无效问题
This commit is contained in:
parent
0a980cac4a
commit
d701e293f4
@ -389,7 +389,7 @@ class ListViewShowDataState extends State<ListViewShowData> {
|
||||
bool isSuccess = await HttpUtils.createGroup(channelID);
|
||||
if (isSuccess) {
|
||||
Navigator.push(
|
||||
ctx,
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => const ChatPage(),
|
||||
settings: RouteSettings(
|
||||
|
Loading…
x
Reference in New Issue
Block a user