Skip to content

Commit

Permalink
Add TODO comments
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Sep 23, 2024
1 parent 99bd9df commit b5f812d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ private Boolean isRootDirectory() {
*/
@SuppressFBWarnings("ITC_INHERITANCE_TYPE_CHECKING")
@Override
// TODO Apply fast fail principle
// TODO Apply fail fast principle
public void onBackPressed() {
final boolean isDrawerOpen = isDrawerOpen();
final boolean isSearchOpen = isSearchOpen();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ private void updateSortAndGridMenuItems() {
* return Count of folder levels browsed up.
*/

// TODO Apply fast fail principle
// TODO Apply fail fast principle
public int onBrowseUp() {
OCFile parentDir;
int moveCount = 0;
Expand Down

0 comments on commit b5f812d

Please sign in to comment.