Skip to content

Push a new layer when entering About Page in the SMS App

Felipe Kinoshita requested to merge (removed):push_layers_about_page into master

Summary

This commit replaces pageStack.push... to pageStack.layers.push... when entering the About Page so the user cannot spawn multiple About Pages in the SMS App.

BUG: 423932

Before:

It was possible to spawn multiple About Pages with no proper way of closing them.

STEPS TO REPRODUCE

  1. Open KDE Connect SMS.
  2. Click the hamburger menu and click "About".
  3. Repeat step 2 multiple times.

After:

Now if you repeat the steps to reproduce this bug it doesn't happen anymore, it now pushes a new layer page.

Edited by Felipe Kinoshita

Merge request reports