mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Do not show green text for enabled transports, use only green icons.
This addresses part of #197
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user