Receive sharing intent
This commit is contained in:
parent
a0828535d5
commit
701c4d2757
11 changed files with 167 additions and 77 deletions
|
|
@ -40,10 +40,6 @@ class AppInfo extends StatelessWidget {
|
|||
title: Text("Supported versions:"),
|
||||
subtitle: Text(client.matrixVersions.toString()),
|
||||
),
|
||||
ListTile(
|
||||
title: Text("Lazy Loading members enabled:"),
|
||||
subtitle: Text(client.lazyLoadMembers.toString()),
|
||||
),
|
||||
ListTile(
|
||||
title: Text("Device name:"),
|
||||
subtitle: Text(client.deviceName),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue