Skip to content

Commit 342807e

Browse files
author
Soofe
committed
Update VideoItemListFragment.java
1 parent c068f08 commit 342807e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private void updateList(Vector<VideoInfoItem> list) {
212212
loadThumbsThread = new Thread(loadThumbsRunnable);
213213
loadThumbsThread.start();
214214
} catch(java.lang.IllegalStateException e) {
215-
Log.w(TAG, "Trying to set value while activity doesn't anymore.");
215+
Log.w(TAG, "Trying to set value while activity doesn't exist anymore.");
216216
} catch(Exception e) {
217217
e.printStackTrace();
218218
}

0 commit comments

Comments
 (0)