Update VideoItemListFragment.java

This commit is contained in:
Soofe 2015-10-15 23:58:14 +02:00
parent c068f08ff8
commit 342807e26a
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}