We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c068f08 commit 342807eCopy full SHA for 342807e
1 file changed
app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java
@@ -212,7 +212,7 @@ private void updateList(Vector<VideoInfoItem> list) {
212
loadThumbsThread = new Thread(loadThumbsRunnable);
213
loadThumbsThread.start();
214
} catch(java.lang.IllegalStateException e) {
215
- Log.w(TAG, "Trying to set value while activity doesn't anymore.");
+ Log.w(TAG, "Trying to set value while activity doesn't exist anymore.");
216
} catch(Exception e) {
217
e.printStackTrace();
218
}
0 commit comments