Add SIM inserted notification

TODO: This is a temporary solution. Trigger the inserted notification
on actual SIM state changes instead.
This commit is contained in:
Aki Niemi 2010-04-20 13:45:00 +03:00
parent 19d9b37c58
commit eefcdc9f44
1 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,8 @@ static gboolean isi_sim_register(gpointer user)
ofono_sim_register(sim);
/* TODO: trigger this from actual SIM status indications */
ofono_sim_inserted_notify(sim, TRUE);
return FALSE;
}