Skip to content

Commit

Permalink
removed unused createFolder(), since this is now covered by the fab i…
Browse files Browse the repository at this point in the history
…mplementation in the fragment
  • Loading branch information
AndyScherzinger committed Mar 3, 2016
1 parent 4327cf5 commit 8d038e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/com/owncloud/android/ui/activity/FileDisplayActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -613,12 +613,6 @@ public void onClick(DialogInterface dialog, int which) {
return retval;
}

public void createFolder() {
CreateFolderDialogFragment dialog =
CreateFolderDialogFragment.newInstance(getCurrentDir());
dialog.show(getSupportFragmentManager(), DIALOG_CREATE_FOLDER);
}

private void startSynchronization() {
Log_OC.d(TAG, "Got to start sync");
if (android.os.Build.VERSION.SDK_INT < android.os.Build.VERSION_CODES.KITKAT) {
Expand Down

0 comments on commit 8d038e8

Please sign in to comment.