fix 4
This commit is contained in:
parent
5515c5e9dd
commit
6b7763bf3f
1 changed files with 3 additions and 1 deletions
|
|
@ -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 = "";
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue