Skip to content

Commit

Permalink
fix changed signature
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Apr 6, 2019
1 parent 9226c33 commit 7f9cd58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/co/tinode/tindroid/db/StoredMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import java.util.Date;

import co.tinode.tinodesdk.Storage;
import co.tinode.tinodesdk.model.Drafty;
import co.tinode.tinodesdk.model.MsgServerData;

/**
Expand Down Expand Up @@ -58,7 +59,7 @@ public boolean isMine() {
}

@Override
public Object getContent() {
public Drafty getContent() {
return content;
}

Expand Down

0 comments on commit 7f9cd58

Please sign in to comment.