Skip to content

Commit 0190bce

Browse files
committed
Fix line length violation
1 parent 1ed4928 commit 0190bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/info_list/dialog/StreamDialogDefaultEntry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public enum StreamDialogDefaultEntry {
114114
fetchStreamInfoAndSaveToDatabase(fragment.requireContext(), item.getServiceId(),
115115
item.getUrl(), info -> {
116116
// Ensure the fragment is attached and its state hasn't been saved to avoid
117-
// showing the dialog during lifecycle changes or when the activity is paused.
117+
// showing dialog during lifecycle changes or when the activity is paused.
118118
if (fragment.isAdded() && !fragment.isStateSaved()) {
119119
final DownloadDialog downloadDialog =
120120
new DownloadDialog(fragment.requireContext(), info);

0 commit comments

Comments
 (0)