fluffychat merge
This commit is contained in:
parent
524b8978f5
commit
36fd0069a6
2 changed files with 2 additions and 17 deletions
|
|
@ -218,21 +218,6 @@ class PangeaChatInputRowState extends State<PangeaChatInputRow> {
|
|||
onSelected: _controller.onAddPopupMenuButtonSelected,
|
||||
itemBuilder: (BuildContext context) =>
|
||||
<PopupMenuEntry<String>>[
|
||||
PopupMenuItem<String>(
|
||||
value: 'checklist',
|
||||
child: ListTile(
|
||||
leading: CircleAvatar(
|
||||
backgroundColor:
|
||||
theme.colorScheme.onPrimaryContainer,
|
||||
foregroundColor:
|
||||
theme.colorScheme.primaryContainer,
|
||||
child:
|
||||
const Icon(Icons.check_circle_outlined),
|
||||
),
|
||||
title: Text(L10n.of(context).checkList),
|
||||
contentPadding: const EdgeInsets.all(0),
|
||||
),
|
||||
),
|
||||
PopupMenuItem<String>(
|
||||
value: 'file',
|
||||
child: ListTile(
|
||||
|
|
|
|||
|
|
@ -1512,10 +1512,10 @@ packages:
|
|||
description:
|
||||
path: "."
|
||||
ref: main
|
||||
resolved-ref: "3fb6836b3f8b37091b5874b194aa25b17bb12b32"
|
||||
resolved-ref: ed15eb6a1a947ebc1add3b70ec422c1f29666bda
|
||||
url: "https://github.com/pangeachat/matrix-dart-sdk.git"
|
||||
source: git
|
||||
version: "0.40.0"
|
||||
version: "0.40.2"
|
||||
meta:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue