diff --git a/assets/images/robort.png b/assets/images/robort.png new file mode 100644 index 00000000..320afcbc Binary files /dev/null and b/assets/images/robort.png differ diff --git a/lib/widgets/others/floating_button_search.dart b/lib/widgets/others/floating_button_search.dart index cad76090..cadfb9cd 100644 --- a/lib/widgets/others/floating_button_search.dart +++ b/lib/widgets/others/floating_button_search.dart @@ -176,7 +176,7 @@ class _FloatingSearchButton extends State // children: [ GestureDetector( child: Container( - child: SvgPicture.asset('assets/images/svg/robort_svg.svg'), + child: Image.asset('assets/images/robort.png'), ), onTap: () { showDialog( @@ -853,7 +853,6 @@ class _FloatingSearchButton extends State } getUserData() async { - if (await this.sharedPref.getObject(USER_PROFILE) != null) { //setState(() async { user = AuthenticatedUser.fromJson(