Search in sources :

Example 1 with EmojiService

use of eu.siacs.conversations.ui.service.EmojiService in project Conversations by siacs.

the class XmppActivity method onCreate.

@SuppressLint("UnsupportedChromeOsCameraSystemFeature")
@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    metrics = getResources().getDisplayMetrics();
    ExceptionHelper.init(getApplicationContext());
    new EmojiService(this).init();
    this.isCameraFeatureAvailable = getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA_ANY);
    this.mTheme = findTheme();
    setTheme(this.mTheme);
}
Also used : EmojiService(eu.siacs.conversations.ui.service.EmojiService) SuppressLint(android.annotation.SuppressLint)

Aggregations

SuppressLint (android.annotation.SuppressLint)1 EmojiService (eu.siacs.conversations.ui.service.EmojiService)1