make sure to display encryption indicatior
This commit is contained in:
parent
75ee14cfdf
commit
da914ba09c
|
@ -230,6 +230,7 @@ public class MessageAdapter extends ArrayAdapter<Message> implements CopyTextVie
|
|||
} else {
|
||||
viewHolder.indicator.setAlpha(0.57f);
|
||||
}
|
||||
viewHolder.indicator.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
String formatedTime = UIHelper.readableTimeDifferenceFull(getContext(),
|
||||
|
|
Loading…
Reference in New Issue