Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PhoneManager
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yang
PhoneManager
Commits
e8a0ce1e
Commit
e8a0ce1e
authored
May 19, 2025
by
yqz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
abc95e48
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
SettingViewController.swift
.../Page/Settings/ViewController/SettingViewController.swift
+3
-0
No files found.
PhoneManager/Class/Page/Settings/ViewController/SettingViewController.swift
View file @
e8a0ce1e
...
...
@@ -174,6 +174,7 @@ class SettingViewController : BaseViewController , UITableViewDelegate, UITableV
case
settingLabels
.
RemoveAfterImport
.
rawValue
:
SettingConfiguration
.
share
.
config
.
removeImg
=
!
SettingConfiguration
.
share
.
config
.
removeImg
tableView
.
reloadRows
(
at
:
[
indexPath
],
with
:
.
none
)
tableView
.
reloadData
()
vibrate
()
break
case
settingLabels
.
Widgets
.
rawValue
:
...
...
@@ -216,6 +217,7 @@ class SettingViewController : BaseViewController , UITableViewDelegate, UITableV
case
settingLabels
.
Vibration
.
rawValue
:
SettingConfiguration
.
share
.
config
.
vibration
=
!
(
SettingConfiguration
.
share
.
config
.
vibration
??
false
)
tableView
.
reloadRows
(
at
:
[
indexPath
],
with
:
.
none
)
tableView
.
reloadData
()
vibrate
(
true
)
break
case
settingLabels
.
Resumepurchase
.
rawValue
:
...
...
@@ -283,6 +285,7 @@ class SettingViewController : BaseViewController , UITableViewDelegate, UITableV
}
else
{
SettingConfiguration
.
share
.
config
.
faceId
=
false
self
.
tableView
.
reloadRows
(
at
:
[
indexPath
],
with
:
.
none
)
tableView
.
reloadData
()
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment