Commit c2147834 authored by Nguyễn Minh Nhật's avatar Nguyễn Minh Nhật

Merge branch 'dev/nhat_nm' into 'develop'

nmn update

See merge request !19
parents 4708dbc1 bd3eec99
...@@ -18,7 +18,7 @@ class CacheNetWorkCustom extends StatelessWidget { ...@@ -18,7 +18,7 @@ class CacheNetWorkCustom extends StatelessWidget {
decoration: BoxDecoration( decoration: BoxDecoration(
image: DecorationImage( image: DecorationImage(
image: imageProvider, image: imageProvider,
fit: BoxFit.cover, fit: BoxFit.fill,
), ),
), ),
), ),
......
...@@ -169,11 +169,11 @@ class DetailMatchesRegionsController extends GetxController { ...@@ -169,11 +169,11 @@ class DetailMatchesRegionsController extends GetxController {
} }
checkHeight() { checkHeight() {
if(isVisiablebackgroudYt.value == true){ if(isVisiablebackgroudYt.value == true){
return 320.h; return 330.h;
}else if(isVisiable.value == true){ }else if(isVisiable.value == true){
return 360.h; return 360.h;
}else if(isVisiableYt.value == true){ }else if(isVisiableYt.value == true){
return 320.h; return 330.h;
}else{ }else{
return 150.h; return 150.h;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment