Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b6c79f9 authored by Gabor Keszthelyi's avatar Gabor Keszthelyi Committed by Marten Gajda
Browse files

Fix editor title after rotation. #658 (#659)

parent c2481a39
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -69,15 +69,15 @@ public class EditTaskActivity extends BaseActivity
        actionBar.setHomeAsUpIndicator(R.drawable.content_remove_light);
        // actionBar.setDisplayShowTitleEnabled(false);

        if (savedInstanceState == null)
        {

            Bundle arguments = new Bundle();
        Intent intent = getIntent();
        String action = intent.getAction();

        setActivityTitle(action);

        if (savedInstanceState == null)
        {
            Bundle arguments = new Bundle();

            if (Intent.ACTION_SEND.equals(action))
            {