Commit d3c02ca
committed
fix: handle shortcut cleanup in ConversationInfoActivity and fix back-stack
- Disable shortcuts when deleting or leaving a conversation from
ConversationInfoActivity (previously only handled in bottom dialog)
- Fix back-stack for deep link navigation: open ConversationsListActivity
before ChatActivity so pressing back shows the correct user's
conversation list instead of stale data from a previous account
Signed-off-by: angrymuesli <github.visibly626@slmails.com>1 parent 72e75ed commit d3c02ca
File tree
2 files changed
+23
-1
lines changed- app/src/main/java/com/nextcloud/talk
- activities
- conversationinfo
2 files changed
+23
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
339 | 343 | | |
340 | 344 | | |
341 | 345 | | |
342 | | - | |
| 346 | + | |
| 347 | + | |
343 | 348 | | |
344 | 349 | | |
345 | 350 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
1005 | 1006 | | |
1006 | 1007 | | |
1007 | 1008 | | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
1008 | 1017 | | |
1009 | 1018 | | |
1010 | 1019 | | |
| |||
1080 | 1089 | | |
1081 | 1090 | | |
1082 | 1091 | | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
1083 | 1100 | | |
1084 | 1101 | | |
1085 | 1102 | | |
| |||
0 commit comments