Solved agent agency NULL
This commit is contained in:
parent
204c820c67
commit
2e1bdf74aa
@ -66,6 +66,8 @@ public class AgentsActivityViewModel extends AndroidViewModel implements Lifecyc
|
||||
// Log.d("CAT", "============" + integer + "== NULL =========");
|
||||
// }
|
||||
Agent agent = agentRepository.getAgentById(stored_agent_id);
|
||||
agent.setAgency(agentRepository.getAgency(agent));
|
||||
|
||||
|
||||
// Log.d("CAT", "========ID====" + agent.getAgency().agencyId + "===========");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user