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)); b.putSerializable(Helper.ARG_MEDIA_ATTACHMENTS, new ArrayList<>(attachments));
CrossActionHelper.doCrossShare(BaseMainActivity.this, b); CrossActionHelper.doCrossShare(BaseMainActivity.this, b);
}); });
CrossActionHelper.doCrossShare(BaseMainActivity.this, b);
} else { } else {
Toasty.warning(BaseMainActivity.this, getString(R.string.toast_error), Toast.LENGTH_LONG).show(); 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 - Add pinned tag in "any" to avoid to lose it when renaming timeline
Fixed: Fixed:
- Fix push notifications with several accounts
- Fix quotes with tags/mentions - Fix quotes with tags/mentions
- Fix notifications - Fix notifications
- Fix sending multiple media
- Some crashes - Some crashes