Signed-off-by: alperozturk <alper_ozturk@proton.me>
@@ -1018,7 +1018,7 @@ public class FileDisplayActivity extends FileActivity
*/
@SuppressFBWarnings("ITC_INHERITANCE_TYPE_CHECKING")
@Override
- // TODO Apply fast fail principle
+ // TODO Apply fail fast principle
public void onBackPressed() {
if (isSearchOpen()) {
resetSearchAction();
@@ -924,7 +924,7 @@ public class OCFileListFragment extends ExtendedListFragment implements
* return Count of folder levels browsed up.
public int onBrowseUp() {
OCFile parentDir;
int moveCount = 0;