|
@@ -48,6 +48,7 @@ import java.util.List;
|
|
|
import javax.inject.Inject;
|
|
|
|
|
|
import androidx.annotation.NonNull;
|
|
|
+import androidx.annotation.VisibleForTesting;
|
|
|
import androidx.recyclerview.widget.LinearLayoutManager;
|
|
|
import androidx.recyclerview.widget.RecyclerView;
|
|
|
|
|
@@ -97,6 +98,11 @@ public class ActivitiesActivity extends DrawerActivity implements ActivityListIn
|
|
|
});
|
|
|
}
|
|
|
|
|
|
+ @VisibleForTesting
|
|
|
+ public ActivityListLayoutBinding getBinding() {
|
|
|
+ return binding;
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* sets up the UI elements and loads all activity items.
|
|
|
*/
|