fixed db installation

This commit is contained in:
Stephan D
2025-12-05 03:25:52 +01:00
parent 2b2a8afc2f
commit c44edc85fa
7 changed files with 27 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ import 'package:pshared/provider/recipient/provider.dart';
import 'package:pweb/models/wallet.dart';
import 'package:pweb/providers/wallets.dart';
import 'package:pweb/services/amplitude.dart';
//import 'package:pweb/services/amplitude.dart';
import 'package:pweb/widgets/sidebar/destinations.dart';
@@ -61,7 +61,7 @@ class PageSelectorProvider extends ChangeNotifier {
}
void goToAddRecipient() {
AmplitudeService.recipientAddStarted();
// AmplitudeService.recipientAddStarted();
recipientProvider.setCurrentObject(null);
_selected = PayoutDestination.addrecipient;
_cameFromRecipientList = false;