mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +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);
|
TextView text = (TextView) view.findViewById(R.id.textView);
|
||||||
text.setText(getString(t.textId));
|
text.setText(getString(t.textId));
|
||||||
text.setTextColor(c);
|
|
||||||
|
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user