mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-28 20:45:17 +00:00
refactor: make update listener visibility package
This commit is contained in:
parent
38454bedfc
commit
45ec6ac218
@ -73,8 +73,8 @@ import java.util.Set;
|
||||
public class ThreadDatabase extends Database {
|
||||
|
||||
public interface ConversationThreadUpdateListener {
|
||||
public void threadCreated(@NonNull Address address, long threadId);
|
||||
public void threadDeleted(@NonNull Address address, long threadId);
|
||||
void threadCreated(@NonNull Address address, long threadId);
|
||||
void threadDeleted(@NonNull Address address, long threadId);
|
||||
}
|
||||
|
||||
private static final String TAG = ThreadDatabase.class.getSimpleName();
|
||||
|
Loading…
Reference in New Issue
Block a user