From 342807e26aae15373f82a1c1061268463040e325 Mon Sep 17 00:00:00 2001 From: Soofe Date: Thu, 15 Oct 2015 23:58:14 +0200 Subject: [PATCH] Update VideoItemListFragment.java --- app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java b/app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java index 200994773..950c29f54 100644 --- a/app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java +++ b/app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java @@ -212,7 +212,7 @@ public class VideoItemListFragment extends ListFragment { loadThumbsThread = new Thread(loadThumbsRunnable); loadThumbsThread.start(); } catch(java.lang.IllegalStateException e) { - 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."); } catch(Exception e) { e.printStackTrace(); }