fix build
This commit is contained in:
parent
80d4e18a23
commit
8ebd95a4b8
@ -547,7 +547,7 @@ class _ChannelViewPageState extends State<ChannelViewPage> {
|
|||||||
final acc = AppAuth();
|
final acc = AppAuth();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await APIClient.unconfirmSubscription(acc, widget.channelID, subscription!.subscriptionID);
|
await APIClient.unconfirmSubscription(acc, widget.channelID, sub.subscriptionID);
|
||||||
widget.needsReload?.call();
|
widget.needsReload?.call();
|
||||||
|
|
||||||
await _initStateAsync(false);
|
await _initStateAsync(false);
|
||||||
@ -563,7 +563,7 @@ class _ChannelViewPageState extends State<ChannelViewPage> {
|
|||||||
final acc = AppAuth();
|
final acc = AppAuth();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await APIClient.confirmSubscription(acc, widget.channelID, subscription!.subscriptionID);
|
await APIClient.confirmSubscription(acc, widget.channelID, sub.subscriptionID);
|
||||||
widget.needsReload?.call();
|
widget.needsReload?.call();
|
||||||
|
|
||||||
await _initStateAsync(false);
|
await _initStateAsync(false);
|
||||||
@ -579,7 +579,7 @@ class _ChannelViewPageState extends State<ChannelViewPage> {
|
|||||||
final acc = AppAuth();
|
final acc = AppAuth();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await APIClient.deleteSubscription(acc, widget.channelID, subscription!.subscriptionID);
|
await APIClient.deleteSubscription(acc, widget.channelID, sub.subscriptionID);
|
||||||
widget.needsReload?.call();
|
widget.needsReload?.call();
|
||||||
|
|
||||||
await _initStateAsync(false);
|
await _initStateAsync(false);
|
||||||
|
@ -33,7 +33,7 @@ dependencies:
|
|||||||
toastification: ^2.0.0
|
toastification: ^2.0.0
|
||||||
uuid: ^4.4.0
|
uuid: ^4.4.0
|
||||||
share_plus: ^9.0.0
|
share_plus: ^9.0.0
|
||||||
flutter_local_notifications: ^17.1.2
|
flutter_local_notifications: ^17.2.3
|
||||||
|
|
||||||
|
|
||||||
path: any
|
path: any
|
||||||
|
Loading…
Reference in New Issue
Block a user