Skip to content
Snippets Groups Projects
Commit 493dfa35 authored by vjrj's avatar vjrj
Browse files

Remove dimisable from contacts

parent db981493
No related branches found
No related tags found
No related merge requests found
...@@ -100,9 +100,9 @@ class _ContactsPageState extends State<ContactsPage> { ...@@ -100,9 +100,9 @@ class _ContactsPageState extends State<ContactsPage> {
// The end action pane is the one at the right or the bottom side. // The end action pane is the one at the right or the bottom side.
endActionPane: ActionPane( endActionPane: ActionPane(
motion: const ScrollMotion(), motion: const ScrollMotion(),
dismissible: DismissiblePane(onDismissed: () { /* dismissible: DismissiblePane(onDismissed: () {
onSent(context, contact); onSent(context, contact);
}), }), */
children: <SlidableAction>[ children: <SlidableAction>[
SlidableAction( SlidableAction(
onPressed: (BuildContext c) { onPressed: (BuildContext c) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment