Revert to 4bd2f97
This commit is contained in:
@@ -20,6 +20,7 @@ class DataTransferService {
|
||||
static Future<void> deleteAllData(BuildContext context) async {
|
||||
final db = Provider.of<AppDatabase>(context, listen: false);
|
||||
|
||||
await db.statisticDao.deleteAllStatistics();
|
||||
await db.matchDao.deleteAllMatches();
|
||||
await db.teamDao.deleteAllTeams();
|
||||
await db.groupDao.deleteAllGroups();
|
||||
@@ -278,7 +279,7 @@ class DataTransferService {
|
||||
name: 'Unknown',
|
||||
ruleset: Ruleset.singleWinner,
|
||||
description: '',
|
||||
color: GameColor.blue,
|
||||
color: AppColor.blue,
|
||||
icon: '',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user