Authenticated Employee is Null on HomeFragment
I'm trying to make it to where my Employee model populates labels and images on the HomeFragment whenever they login or register on the app. However, when I try to, the HomeFragment logs that the currentEmployee is Null. The weird thing is that I have it to where if authentication is null, they are presented with the WelcomeActivity, and if it's authenticates, the MainActivity/HomeFragment is presented as I'm on a BottomNavigationView once they log in. My question to you is, is my MyUtil...