* #39226: add basic tests on HomeActivity
diff --git a/src/org/sflphone/client/HomeActivity.java b/src/org/sflphone/client/HomeActivity.java
index d365403..fbba340 100644
--- a/src/org/sflphone/client/HomeActivity.java
+++ b/src/org/sflphone/client/HomeActivity.java
@@ -108,7 +108,7 @@
     private boolean isClosing = false;
     private Timer t = new Timer();
 
-    private Fragment fContent;
+    protected Fragment fContent;
 
     /* called before activity is killed, e.g. rotation */
     @Override