mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-27 00:58:41 +00:00
committed by
Moxie Marlinspike
parent
3effe77830
commit
bc164ef549
@@ -3,7 +3,7 @@ package org.thoughtcrime.securesms.components.emoji;
|
||||
import android.support.annotation.DrawableRes;
|
||||
import android.support.annotation.NonNull;
|
||||
|
||||
public class StaticEmojiPageModel extends EmojiPageModel {
|
||||
public class StaticEmojiPageModel implements EmojiPageModel {
|
||||
@DrawableRes private final int icon;
|
||||
@NonNull private final int[] codePoints;
|
||||
|
||||
@@ -19,4 +19,8 @@ public class StaticEmojiPageModel extends EmojiPageModel {
|
||||
@NonNull public int[] getCodePoints() {
|
||||
return codePoints;
|
||||
}
|
||||
|
||||
@Override public boolean isDynamic() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user