mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
Remove pre-3.0 alpha hack so buttons don't go missing.
This commit is contained in:
parent
2e632d848f
commit
d11654b47d
1 changed files with 0 additions and 5 deletions
|
@ -88,11 +88,6 @@ public class UIUtils {
|
|||
* that it may as well be.
|
||||
*/
|
||||
public static void setViewAlpha(View v, float alpha) {
|
||||
boolean newVis = (alpha > 0.001);
|
||||
if ((v.getVisibility() == View.VISIBLE) && !newVis) {
|
||||
v.setVisibility(View.INVISIBLE);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
|
||||
v.setAlpha(alpha);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue