mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-09 08:28:43 +01:00
Fixes a bug where privacy settings in the composer are sproadically not remembered.
This commit is contained in:
parent
fbd4150001
commit
49ef88751e
@ -607,8 +607,8 @@ public class ComposeActivity extends BaseActivity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onPause() {
|
protected void onStop() {
|
||||||
super.onPause();
|
super.onStop();
|
||||||
if (inReplyToId != null) {
|
if (inReplyToId != null) {
|
||||||
/* Don't save the visibility setting for replies because they adopt the visibility of
|
/* Don't save the visibility setting for replies because they adopt the visibility of
|
||||||
* the status they reply to and that behaviour needs to be kept separate. */
|
* the status they reply to and that behaviour needs to be kept separate. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user