mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
more code cleanup
This commit is contained in:
parent
56e026e422
commit
22e681a1b8
1 changed files with 0 additions and 18 deletions
|
@ -101,24 +101,6 @@ class _DashboardPageView extends BasePage {
|
|||
@override
|
||||
Widget get endDrawer => MenuWidget(dashboardViewModel);
|
||||
|
||||
// @override
|
||||
// Widget leading(BuildContext context) {
|
||||
// final torButton = Image.asset(
|
||||
// 'assets/images/tor_icon.png',
|
||||
// // color: Theme.of(context).extension<DashboardPageTheme>()!.pageTitleTextColor,
|
||||
// );
|
||||
|
||||
// return Container(
|
||||
// alignment: Alignment.centerRight,
|
||||
// width: 40,
|
||||
// child: TextButton(
|
||||
|
||||
// onPressed: () => Navigator.of(context, rootNavigator: true).pushNamed(Routes.connectionSync),
|
||||
// child: Semantics(label: S.of(context).tor_connection, child: torButton),
|
||||
// ),
|
||||
// );
|
||||
// }
|
||||
|
||||
@override
|
||||
Widget middle(BuildContext context) {
|
||||
return SyncIndicator(
|
||||
|
|
Loading…
Reference in a new issue