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 {
decoration: BoxDecoration(
image: DecorationImage(
image: imageProvider,
fit: BoxFit.cover,
fit: BoxFit.fill,
),
),
),
......
......@@ -169,11 +169,11 @@ class DetailMatchesRegionsController extends GetxController {
}
checkHeight() {
if(isVisiablebackgroudYt.value == true){
return 320.h;
return 330.h;
}else if(isVisiable.value == true){
return 360.h;
}else if(isVisiableYt.value == true){
return 320.h;
return 330.h;
}else{
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