add more debug statements to BasePlayer
This commit is contained in:
parent
00bfa28d66
commit
339a703f16
3 changed files with 13 additions and 4 deletions
|
|
@ -25,12 +25,10 @@ public class ExtSDDownloadFailedActivity extends AppCompatActivity {
|
|||
.setTitle(R.string.download_to_sdcard_error_title)
|
||||
.setMessage(R.string.download_to_sdcard_error_message)
|
||||
.setPositiveButton(R.string.yes, (DialogInterface dialogInterface, int i) -> {
|
||||
|
||||
NewPipeSettings.resetDownloadFolders(this);
|
||||
finish();
|
||||
})
|
||||
.setNegativeButton(R.string.cancel, (DialogInterface dialogInterface, int i) -> {
|
||||
|
||||
dialogInterface.dismiss();
|
||||
finish();
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue