Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ protected void onPostExecute(String s) {
super.onPostExecute(s);
this.progressDialog.dismiss();
if(s.equalsIgnoreCase("no such movie")){
//When no movie of such name exists
Toast.makeText(Details.this,"Sorry, No such movie is present in Database.",Toast.LENGTH_SHORT).show();
finish();
return ;
Expand Down