AndroidTacticalAssaultKit-CIV icon indicating copy to clipboard operation
AndroidTacticalAssaultKit-CIV copied to clipboard

Can you change the signature of getView method

Open kbtxwer opened this issue 3 years ago • 0 comments

Can you change the signature of getView method in com.atakmap.android.chat.ChatMesssageRenderer interface into View getView(int position, View convertView, ViewGroup parent, List<ChatLine> chatLines); ? Just simply use the List<ChatLine> instead of the ChatLine. When I customerize my renderer, I also need to check out if current chatLine is the last one of the list or today's first one. However, when only get current chatLine and position index, I can't figure out how to achieve this.

image image

kbtxwer avatar Jan 16 '22 06:01 kbtxwer