Skip to content

Commit

Permalink
remove test codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldar2021 committed Jul 6, 2023
1 parent 783ef5f commit 1673bef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/lib/page/assets/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ class _AssetsViewState extends State<AssetsView> {
},
child: Scaffold(
appBar: _appBar(),
floatingActionButton: FloatingActionButton(
onPressed: () {
final cid = context.read<AppStore>().encointer.community!.cid.toFmtString();
NotificationPlugin.showNotification(1, 'Example Titile', 'Example Body', cid: cid);
},
),
body: RepositoryProvider.of<AppConfig>(context).isIntegrationTest
? _slidingUpPanel(_appBar(), appSettingsStore, allAccounts)
: _upgradeAlert(_appBar(), appSettingsStore, allAccounts),
Expand Down

0 comments on commit 1673bef

Please sign in to comment.