mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-04 10:19:15 +02:00
fix: make getWebxdcHref public
This commit is contained in:
parent
1ccbb7177f
commit
814af177d1
1 changed files with 1 additions and 1 deletions
|
@ -147,6 +147,7 @@ public class DcMsg {
|
||||||
return new JSONObject();
|
return new JSONObject();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public native String getWebxdcHref ();
|
||||||
public native boolean isForwarded ();
|
public native boolean isForwarded ();
|
||||||
public native boolean isInfo ();
|
public native boolean isInfo ();
|
||||||
public native boolean isSetupMessage ();
|
public native boolean isSetupMessage ();
|
||||||
|
@ -250,5 +251,4 @@ public class DcMsg {
|
||||||
private native long getQuotedMsgCPtr ();
|
private native long getQuotedMsgCPtr ();
|
||||||
private native long getParentCPtr ();
|
private native long getParentCPtr ();
|
||||||
private native String getWebxdcInfoJson ();
|
private native String getWebxdcInfoJson ();
|
||||||
private native String getWebxdcHref ();
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue