|
@@ -817,7 +817,7 @@ public class ProfileController extends BaseController {
|
|
holder.text.setCursorVisible(false);
|
|
holder.text.setCursorVisible(false);
|
|
holder.text.setBackgroundTintList(ColorStateList.valueOf(Color.TRANSPARENT));
|
|
holder.text.setBackgroundTintList(ColorStateList.valueOf(Color.TRANSPARENT));
|
|
holder.scope.setOnClickListener(null);
|
|
holder.scope.setOnClickListener(null);
|
|
- holder.scope.setAlpha(0.6f); // incative - medium emphasis
|
|
|
|
|
|
+ holder.scope.setAlpha(0.6f); // inactive - medium emphasis
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
holder.container.setVisibility(View.GONE);
|
|
holder.container.setVisibility(View.GONE);
|