IDE-262: Confirmation dialog to be shown before deleting#5131
IDE-262: Confirmation dialog to be shown before deleting#5131Berend27 wants to merge 5 commits intoCatrobat:developfrom
Conversation
Frajhamster
left a comment
There was a problem hiding this comment.
There are existing tests which need to be updated, such as:
- Catroid\catroid\src\androidTest\java\org\catrobat\catroid\uiespresso\ui\fragment\DeleteLookTest.java
- Catroid\catroid\src\androidTest\java\org\catrobat\catroid\uiespresso\ui\fragment\DeleteSoundTest.java
And maybe even more, which are affected by your changes, please test it locally and if they fail, update the tests.
5cb2a93 to
65922cd
Compare
Fertig, danke. |
There was a problem hiding this comment.
Checkstyle found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
dd1136a to
8f19e09
Compare
0a2e316 to
c7e55d1
Compare
|
@Berend27 Can you please update the PR Title to include the ticket number and the PR description with the JIRA Link? Thanks! :) |
Alright done. : ) |
dorianpercic
left a comment
There was a problem hiding this comment.
Please rebase the PR with git pull upstream develop --rebase and resolve the merge conflicts.
git push --force-with-lease origin IDE-262-confirmation-diaglog
done |
done |
|
done, thanks for checking |



I created a confirmation dialog to be shown before deleting. This is for the ticket IDE-262.
https://catrobat.atlassian.net/browse/IDE-262
Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.