mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-29 23:21:07 +00:00
Add sticker support.
No sticker packs are available for use yet, but we now have the latent ability to send and receive.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.thoughtcrime.securesms.database;
|
||||
|
||||
import android.database.ContentObserver;
|
||||
import android.support.annotation.NonNull;
|
||||
|
||||
import java.io.Closeable;
|
||||
|
||||
public interface ObservableContent extends Closeable {
|
||||
void registerContentObserver(@NonNull ContentObserver observer);
|
||||
void unregisterContentObserver(@NonNull ContentObserver observer);
|
||||
}
|
||||
Reference in New Issue
Block a user