From 776ddddc8374e2bc2cabb189ca4c4ad6ec5b990c Mon Sep 17 00:00:00 2001 From: Grady Clark <50427197+GradyClark@users.noreply.github.com> Date: Tue, 21 Apr 2020 01:03:42 -0500 Subject: [PATCH] fixed naming and formatting issues --- .../local/playlist/LocalPlaylistFragment.java | 16 ++++++++-------- app/src/main/res/menu/menu_local_playlist.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java b/app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java index 088615f9c..462bffb4e 100644 --- a/app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java +++ b/app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java @@ -259,8 +259,8 @@ public class LocalPlaylistFragment extends BaseLocalListFragment playlist) -> { - //Playlist data + // Playlist data Iterator playlistIter = playlist.iterator(); - //History data + // History data HistoryRecordManager recordManager = new HistoryRecordManager(getContext()); Iterator historyIter = recordManager .getStreamHistorySortedById().blockingFirst().iterator(); Iterator streamStatesIter = null; - //Remove Watched, Functionality data + // Remove Watched, Functionality data List notWatchedItems = new ArrayList<>(); boolean thumbnailVideoRemoved = false; @@ -471,8 +471,8 @@ public class LocalPlaylistFragment extends BaseLocalListFragment \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8671565f9..ae02b5797 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -603,7 +603,7 @@ System default Remove watched Remove watched videos? - "Videos that have been watched\nbefore and after being added to the playlist will be removed.\nAre you sure? This cannot be undone! + Videos that have been watched before and after being added to the playlist will be removed.\nAre you sure? This cannot be undone! Yes, and partially watched videos Due to ExoPlayer constraints the seek duration was set to %d seconds