diff --git a/daflmusic/lib/main.dart b/daflmusic/lib/main.dart index 28981e4..4997267 100644 --- a/daflmusic/lib/main.dart +++ b/daflmusic/lib/main.dart @@ -66,11 +66,6 @@ class CardProvider extends ChangeNotifier{ notifyListeners(); } - void isLast(){ - if(_urlImages.length == 1){ - - } - } void setScreenSize(Size screenSize) => _screenSize = screenSize; diff --git a/daflmusic/lib/profilPage/MainProfilPage.dart b/daflmusic/lib/profilPage/MainProfilPage.dart index 9dcf294..a233d39 100644 --- a/daflmusic/lib/profilPage/MainProfilPage.dart +++ b/daflmusic/lib/profilPage/MainProfilPage.dart @@ -22,10 +22,9 @@ class _MainProfilPageState extends State { double height = MediaQuery.of(context).size.height; double width = MediaQuery.of(context).size.width; - return Scaffold( - backgroundColor: Color(0xFF141414), - resizeToAvoidBottomInset: false, - body: Container( + return Container( + color: Color(0xFF141414), + child: Container( width: double.infinity, height: double.infinity, child: Column(