|
@@ -245,6 +245,7 @@ public abstract class FileActivity extends DrawerActivity
|
|
public void networkAndServerConnectionListener(boolean isNetworkAndServerAvailable) {
|
|
public void networkAndServerConnectionListener(boolean isNetworkAndServerAvailable) {
|
|
if (isNetworkAndServerAvailable) {
|
|
if (isNetworkAndServerAvailable) {
|
|
hideInfoBox();
|
|
hideInfoBox();
|
|
|
|
+ refreshList();
|
|
} else {
|
|
} else {
|
|
showInfoBox(R.string.offline_mode);
|
|
showInfoBox(R.string.offline_mode);
|
|
}
|
|
}
|