removed unused methods

This commit is contained in:
CloudyRowly 2024-03-21 02:23:58 +11:00
parent 4d759aee6a
commit 4897280401
1 changed files with 0 additions and 10 deletions

View File

@ -148,11 +148,6 @@ public class DownloadDialog extends DialogFragment
registerForActivityResult( registerForActivityResult(
new StartActivityForResult(), this::requestDownloadPickVideoFolderResult); new StartActivityForResult(), this::requestDownloadPickVideoFolderResult);
private final ActivityResultLauncher<Intent> requestStorageSettingsLauncher =
registerForActivityResult(
new StartActivityForResult(), this::handleStorageSettingsResult);
/*////////////////////////////////////////////////////////////////////////// /*//////////////////////////////////////////////////////////////////////////
// Instance creation // Instance creation
//////////////////////////////////////////////////////////////////////////*/ //////////////////////////////////////////////////////////////////////////*/
@ -570,11 +565,6 @@ public class DownloadDialog extends DialogFragment
} }
} }
private void handleStorageSettingsResult(@NonNull final ActivityResult result) {
// Handle result if needed. In most cases, no action is needed.
}
/*////////////////////////////////////////////////////////////////////////// /*//////////////////////////////////////////////////////////////////////////
// Listeners // Listeners
//////////////////////////////////////////////////////////////////////////*/ //////////////////////////////////////////////////////////////////////////*/