This commit is contained in:
2024-09-03 15:20:16 +02:00
parent 5515c5e9dd
commit 6b7763bf3f

View File

@@ -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 = "";
}); });