mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Rendering location messages in the timeline.
This commit is contained in:
committed by
Stefan Ceriu
parent
a40af4fa80
commit
7f9e294d82
@@ -142,10 +142,6 @@
|
||||
{
|
||||
return [UIImage imageNamed:@"file_video_icon"];
|
||||
}
|
||||
else if ([msgtype isEqualToString:kMXMessageTypeLocation])
|
||||
{
|
||||
// Not supported yet
|
||||
}
|
||||
else if ([msgtype isEqualToString:kMXMessageTypeFile])
|
||||
{
|
||||
return [UIImage imageNamed:@"file_doc_icon"];
|
||||
|
||||
Reference in New Issue
Block a user