fix: Use single-isolate push

This commit is contained in:
Sorunome 2021-02-07 17:18:38 +01:00
commit 353b1c8378
18 changed files with 1051 additions and 599 deletions

View file

@ -38,7 +38,7 @@ class _HomeserverPickerState extends State<HomeserverPicker> {
type: AuthenticationTypes.token,
userIdentifierType: null,
token: token,
initialDeviceDisplayName: Matrix.of(context).clientName,
initialDeviceDisplayName: PlatformInfos.clientName,
),
);
}