added toast for rating and comment

This commit is contained in:
IvanaE 2018-12-05 18:30:05 -05:00
parent 12c91fc4a6
commit f0a8b22d2e
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -302,7 +302,9 @@ public class Bookings extends AppCompatActivity {
Toast.makeText(Bookings.this, "Rating cannot be added before the appointment", Toast.LENGTH_SHORT).show();
}
else{
Toast.makeText(Bookings.this, "Rating and comment added", Toast.LENGTH_SHORT).show();
Bookings.this.recreate();
}
}