Cleanup after review

This commit is contained in:
str4d
2016-07-13 03:08:37 +00:00
parent d8b5710a42
commit dd1eed5aa7
7 changed files with 13 additions and 6 deletions

View File

@@ -46,6 +46,7 @@ public class TrustIndicatorView extends ImageView {
res = R.drawable.trust_indicator_unknown;
}
setImageDrawable(ContextCompat.getDrawable(getContext(), res));
setVisibility(VISIBLE);
}
}