Allow delayed notifications for Pixelfed

This commit is contained in:
tom79 2019-09-28 18:57:32 +02:00
parent f57c878704
commit bb2eabd28a
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ public abstract class BaseMainActivity extends BaseActivity
changeDrawableColor(getApplicationContext(), R.drawable.ic_recently_added, R.color.dark_text);
}
if (social == UpdateAccountInfoAsyncTask.SOCIAL.MASTODON || social == UpdateAccountInfoAsyncTask.SOCIAL.PLEROMA|| social == UpdateAccountInfoAsyncTask.SOCIAL.PIXELFED) {
if (social == UpdateAccountInfoAsyncTask.SOCIAL.MASTODON || social == UpdateAccountInfoAsyncTask.SOCIAL.PLEROMA || social == UpdateAccountInfoAsyncTask.SOCIAL.PIXELFED) {
startSreaming();
}