mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 01:25:52 +03:00
[GH-ISSUE #1732] [iOS] Deleted Flows should not appear on the Home Screen #1725
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1725
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (Aug 7, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1732
Originally assigned to: @8bitzz on GitHub.
Description
Currently, if we delete all flows in the Home Screen, when we go to the background, and back to the foreground, all deleted flows (which are in the Pin Tab) appear again.
is_deletedis NULL)Code suggestion
v3migration to the database: By adding a new column:is_deleted=> Home Tab: Only Query domains/flows that
is_deletedis NULL