Skip to content

Commit

Permalink
remove unused functions and add todos
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Feb 18, 2025
1 parent a67fbd7 commit 7f8cbc7
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ private void initializeArguments() {
setupSearchView((SearchManager) getSystemService(Context.SEARCH_SERVICE), getComponentName());
}

refreshCapabilitiesFromDB();
refreshSharesFromDB();
});
} catch (Exception e) {
Expand Down Expand Up @@ -344,6 +343,7 @@ public void requestPasswordForShareViaLink(boolean createShare, boolean askForPa
dialog.show(getSupportFragmentManager(), SharePasswordDialogFragment.PASSWORD_FRAGMENT);
}

// TODO:
@Override
public void createSecureFileDrop() {

Expand Down Expand Up @@ -405,13 +405,11 @@ public void requestPasswordForShare(OCShare share, boolean askForPassword) {
dialog.show(getSupportFragmentManager(), SharePasswordDialogFragment.PASSWORD_FRAGMENT);
}

// TODO:
@Override
public void showProfileBottomSheet(Account account, String shareWith) {
}

public void refreshCapabilitiesFromDB() {
}

public void refreshSharesFromDB() {
executorService.submit(() -> {
try {
Expand Down Expand Up @@ -588,6 +586,7 @@ public void unShare(OCShare share) {
});
}

// TODO:
@Override
public void sendLink(OCShare share) {
}
Expand Down

0 comments on commit 7f8cbc7

Please sign in to comment.