mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:08:40 +00:00
update string
This commit is contained in:
parent
bd51106d19
commit
056d5c90f3
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class _DeveloperSettingsViewState extends State<DeveloperSettingsView> {
|
||||||
),
|
),
|
||||||
if (kDebugMode)
|
if (kDebugMode)
|
||||||
ListTile(
|
ListTile(
|
||||||
title: const Text('Test FlameSync'),
|
title: const Text('FlameSync Test'),
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
await twonlyDB.contactsDao.modifyFlameCounterForTesting();
|
await twonlyDB.contactsDao.modifyFlameCounterForTesting();
|
||||||
await syncFlameCounters();
|
await syncFlameCounters();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue