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

Commit b77dfa00 authored by Philip Whitehouse's avatar Philip Whitehouse Committed by cketti
Browse files

Don't bother handling an intent if we're finishing anyway

parent 55e7484b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -241,6 +241,10 @@ public class MessageList extends K9Activity implements MessageListFragmentListen
    public void onNewIntent(Intent intent) {
        super.onNewIntent(intent);

        if (isFinishing()) {
            return;
        }

        setIntent(intent);

        if (mFirstBackStackId >= 0) {