diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index c5244e1..bd16a00 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -22,6 +22,7 @@ android:label="SportsX裁判工作台" android:name="${applicationName}" android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" android:usesCleartextTraffic="true"> { ); return; } - await ref - .read(competitionTeamsServerProvider) - .fetchTeamDetail( - itemId: item.itemId, - eventId: item.eventId, - scheduleId: item.scheduleId, - opponentId: item.opponentId, - ); + try { + await ref + .read(eventInfoProvider.notifier) + .loadRegistrationList( + request: PlayerRegistrationListReq(userId: widget.playerId), + ); + } catch (e) { + print(e); + } if (!mounted) return;