Some fixes
This commit is contained in:
parent
1e807725e1
commit
17d6152af3
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue