mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
open contact in scope when tapping info messages (#3710)
* open contact in scope when tapping info messages * update CHANGELOG --------- Co-authored-by: adb <adb@merlinux.eu>
This commit is contained in:
parent
d66acbb71e
commit
bc73e1a2ba
4 changed files with 22 additions and 6 deletions
|
@ -122,6 +122,7 @@ public class DcMsg {
|
|||
public native boolean hasLocation ();
|
||||
public native int getType ();
|
||||
public native int getInfoType ();
|
||||
public native int getInfoContactId ();
|
||||
public native int getState ();
|
||||
public native int getDownloadState ();
|
||||
public native int getChatId ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue