Do not show green text for enabled transports, use only green icons.

This addresses part of #197
This commit is contained in:
Torsten Grote
2015-12-29 10:23:17 -02:00
parent 83a2552a7c
commit 7f29aede97

View File

@@ -342,7 +342,6 @@ public class DashboardActivity extends BriarActivity implements EventListener {
TextView text = (TextView) view.findViewById(R.id.textView);
text.setText(getString(t.textId));
text.setTextColor(c);
return view;
}