Skip to content

Commit

Permalink
Revert "Fixes commons-app#2882: Item name not filled in toast"
Browse files Browse the repository at this point in the history
This reverts commit b8eac66
  • Loading branch information
ahmedmamdouh13 committed Apr 22, 2019
1 parent 3e44986 commit fbafb86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ public void next() {
void setCurrentTitleAndDescriptions(Title title, List<Description> descriptions) {
setCurrentUploadTitle(title);
setCurrentUploadDescriptions(descriptions);
store.putString("Title", title.toString());
}

private void setCurrentUploadTitle(Title title) {
Expand Down

0 comments on commit fbafb86

Please sign in to comment.