Some fixes

This commit is contained in:
Thomas 2023-01-06 09:52:46 +01:00
parent 1e807725e1
commit 17d6152af3
2 changed files with 2 additions and 1 deletions

View File

@ -1139,7 +1139,6 @@ public abstract class BaseMainActivity extends BaseActivity implements NetworkSt
b.putSerializable(Helper.ARG_MEDIA_ATTACHMENTS, new ArrayList<>(attachments));
CrossActionHelper.doCrossShare(BaseMainActivity.this, b);
});
CrossActionHelper.doCrossShare(BaseMainActivity.this, b);
} else {
Toasty.warning(BaseMainActivity.this, getString(R.string.toast_error), Toast.LENGTH_LONG).show();
}

View File

@ -3,6 +3,8 @@ Changed:
- Add pinned tag in "any" to avoid to lose it when renaming timeline
Fixed:
- Fix push notifications with several accounts
- Fix quotes with tags/mentions
- Fix notifications
- Fix sending multiple media
- Some crashes