Initialise adapter in onCreate() to avoid double refreshing.

This commit is contained in:
akwizgran
2016-08-01 14:33:27 +01:00
parent 5a2fd2018f
commit 737f0dac1e
2 changed files with 45 additions and 52 deletions

View File

@@ -9,7 +9,7 @@ import org.briarproject.android.forum.ForumControllerImpl;
import org.mockito.Mockito;
/**
* This class exposes the SetupController and offers the possibility to
* This class exposes the ForumController and offers the possibility to
* override it.
*/
public class TestForumActivity extends ForumActivity {