Skip to content

Commit 340fcda

Browse files
author
Michael Shick
committed
Somehow missed adding the mSettings instance variable in the merge
1 parent 55e2587 commit 340fcda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/in/shick/diode/threads/DownloadThreadsTask.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public abstract class DownloadThreadsTask extends AsyncTask<Void, Long, Boolean>
5555
protected String mLastAfter = null;
5656
protected String mLastBefore = null;
5757
protected int mLastCount = 0;
58+
protected RedditSettings mSettings = new RedditSettings();
5859

5960
//the GET parameters to be passed when performing a search
6061
//just get it to recognize the query first, get sort working later.

0 commit comments

Comments
 (0)