Skip to content

Commit

Permalink
FIXME Add missing ack messages
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Dec 20, 2023
1 parent 2a1ff56 commit d3a9df6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public boolean doDatabaseUpdate(ContentResolver contentResolver, String listId)

@Override
protected int getSuccessTextResId() {
// FIXME Display ack when sending to Hexagon
return 0; // display no success message
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ protected Rating getRating() {

@Override
protected int getSuccessTextResId() {
// FIXME Use rating-specific ack message
return R.string.trakt_success;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ private boolean doDatabaseUpdate() {

@Override
protected int getSuccessTextResId() {
// FIXME Display ack when sending to hexagon
return 0; // display no success message
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ private boolean doDatabaseUpdate() {

@Override
protected int getSuccessTextResId() {
// FIXME Display ack when sending to hexagon
return 0; // display no success message
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ private boolean doDatabaseUpdate() {

@Override
protected int getSuccessTextResId() {
// FIXME Display ack when sending to hexagon
return 0; // display no success message
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public boolean doDatabaseUpdate(ContentResolver contentResolver, String listId)

@Override
protected int getSuccessTextResId() {
// FIXME Display ack when sending to hexagon
return 0; // display no success message
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ private boolean doDatabaseUpdate() {

@Override
protected int getSuccessTextResId() {
// FIXME Display ack when sending to hexagon
return 0; // display no success message
}
}

0 comments on commit d3a9df6

Please sign in to comment.