forked from mirrors/Fedilab
Some fixes
This commit is contained in:
parent
1e807725e1
commit
17d6152af3
2 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue