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 320332f commit c421775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,7 @@ private Boolean isRootDirectory() {
*/
@SuppressFBWarnings("ITC_INHERITANCE_TYPE_CHECKING")
@Override
// TODO Apply fast fail 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 @@ -923,6 +923,8 @@ private void updateSortAndGridMenuItems() {
* <p>
* return Count of folder levels browsed up.
*/

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

0 comments on commit c421775

Please sign in to comment.