Fix line length violation
This commit is contained in:
parent
1cef20fce8
commit
cd447aaf00
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ public enum StreamDialogDefaultEntry {
|
||||||
fetchStreamInfoAndSaveToDatabase(fragment.requireContext(), item.getServiceId(),
|
fetchStreamInfoAndSaveToDatabase(fragment.requireContext(), item.getServiceId(),
|
||||||
item.getUrl(), info -> {
|
item.getUrl(), info -> {
|
||||||
// Ensure the fragment is attached and its state hasn't been saved to avoid
|
// Ensure the fragment is attached and its state hasn't been saved to avoid
|
||||||
// showing the dialog during lifecycle changes or when the activity is paused.
|
// showing dialog during lifecycle changes or when the activity is paused.
|
||||||
if (fragment.isAdded() && !fragment.isStateSaved()) {
|
if (fragment.isAdded() && !fragment.isStateSaved()) {
|
||||||
final DownloadDialog downloadDialog =
|
final DownloadDialog downloadDialog =
|
||||||
new DownloadDialog(fragment.requireContext(), info);
|
new DownloadDialog(fragment.requireContext(), info);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue