The source project of this merge request has been removed.
Push a new layer when entering About Page in the SMS App
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.
Before:
It was possible to spawn multiple About Pages with no proper way of closing them.
STEPS TO REPRODUCE
- Open KDE Connect SMS.
- Click the hamburger menu and click "About".
- 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