edited tones, added vibrate
This commit is contained in:
@ -254,8 +254,8 @@ class _ActivityActionEditorState extends State<ActivityActionEditor> {
|
||||
// create action
|
||||
await ActionsDao(db)
|
||||
.createOrUpdate(ActionsCompanion(
|
||||
title: Value('title'),
|
||||
description: Value('description'),
|
||||
title: Value('rep'),
|
||||
description: Value('exercise action'),
|
||||
totalSets: Value(int.parse(
|
||||
actionEditController['sets']!
|
||||
.text)),
|
||||
|
@ -80,7 +80,7 @@ class _ActivityViewState extends State<ActivityView> {
|
||||
distance: 70,
|
||||
type: ExpandableFabType.up,
|
||||
overlayStyle: ExpandableFabOverlayStyle(
|
||||
color: Colors.black.withOpacity(0.5),
|
||||
color: Colors.black.withValues(alpha: 0.5),
|
||||
blur: 10,
|
||||
),
|
||||
onOpen: () {
|
||||
|
Reference in New Issue
Block a user