AndroidTacticalAssaultKit-CIV
AndroidTacticalAssaultKit-CIV copied to clipboard
Can you change the signature of getView method
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.
