Closed neslihanaydin closed 1 year ago
In the Search Service Provider Screen, after provider has been searched, there should be an onClick listener to handle the chosen provider. This onClick method includes this line.
startActivity(new Intent(SearchProvider.this, BookAppointment.class));
Lo longer needed.
In the Search Service Provider Screen, after provider has been searched, there should be an onClick listener to handle the chosen provider. This onClick method includes this line.
startActivity(new Intent(SearchProvider.this, BookAppointment.class));