diff --git a/lib/pages/delivery/information_page.dart b/lib/pages/delivery/information_page.dart index 99d2837..0674706 100644 --- a/lib/pages/delivery/information_page.dart +++ b/lib/pages/delivery/information_page.dart @@ -218,34 +218,35 @@ class InformationPage extends StatelessWidget { item.latitude, item.longitude); }, ), - DeliveryInfoButton( - btnColor: Colors.white, //Color(0xFF61B260), - btnIcon: Icon( - DriverApp.whatsapp, - size: - MediaQuery.of(context).orientation == - Orientation.portrait - ? 50 - : 90, - color: Color(0xFF5EA34A), - ), - btnName: 'Whatsapp', - btnFunction: () {}, - ), - DeliveryInfoButton( - btnColor: Colors.white, //Color(0xFFFCB657), - btnIcon: Icon( - DriverApp.message, - size: - MediaQuery.of(context).orientation == - Orientation.portrait - ? 50 - : 90, - color: Color(0xffFFA540), - ), - btnName: TranslationBase.of(context).sms, - btnFunction: () {}, - ), + //TODO: return it back when it needed + // DeliveryInfoButton( + // btnColor: Colors.white, //Color(0xFF61B260), + // btnIcon: Icon( + // DriverApp.whatsapp, + // size: + // MediaQuery.of(context).orientation == + // Orientation.portrait + // ? 50 + // : 90, + // color: Color(0xFF5EA34A), + // ), + // btnName: 'Whatsapp', + // btnFunction: () {}, + // ), + // DeliveryInfoButton( + // btnColor: Colors.white, //Color(0xFFFCB657), + // btnIcon: Icon( + // DriverApp.message, + // size: + // MediaQuery.of(context).orientation == + // Orientation.portrait + // ? 50 + // : 90, + // color: Color(0xffFFA540), + // ), + // btnName: TranslationBase.of(context).sms, + // btnFunction: () {}, + // ), DeliveryInfoButton( btnColor: Colors.white, //Theme.of(context).primaryColor,