fix 4
This commit is contained in:
@@ -71,7 +71,9 @@ class _HomeState extends State<Home> {
|
|||||||
busData = null;
|
busData = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (userData.pro_pic_path == "") {
|
//get profile picture
|
||||||
|
if (proPicUrl != "empty") {
|
||||||
|
} else if (userData.pro_pic_path == "") {
|
||||||
setState(() {
|
setState(() {
|
||||||
proPicUrl = "";
|
proPicUrl = "";
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user