Skip to content

Commit

Permalink
Issue references for TODOs (issues #2, #3, #4).
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisE committed Apr 22, 2017
1 parent ce4c344 commit 70cbcc3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ private void setBatchSelectionModeOn() {
batchSelectionMode = true;
// TODO Some visual indication that the mode is on (apart from the selected threads,
// as no threads may be selected, and still the mode is on).
// (https://github.com/JanisE/smsdroid/issues/3)
}

private void setBatchSelectionModeOff() {
Expand All @@ -515,7 +516,7 @@ private void setBatchSelectionModeOff() {
batchSelectionMode = false;

if (! batchSelectionBeingProcessed) {
// TODO Update the view (see removeThreadFromSelection).
// TODO Update the view (see removeThreadFromSelection). (https://github.com/JanisE/smsdroid/issues/4)
selectedThreads.clear();
}
// Else: "selectedThreads" are managed by the deletion process.
Expand Down Expand Up @@ -699,7 +700,7 @@ public void run() {
}
}, 0);

// FIXME The stuff below does not work.
// FIXME The stuff below does not work. (https://github.com/JanisE/smsdroid/issues/2)
// if (selectedThreads.size() > 0) {
// String contentUri = getCommonContentUriPart(selectedThreads.iterator().next());
// String threadIdCondition = "";
Expand Down

0 comments on commit 70cbcc3

Please sign in to comment.