Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
appzxhy
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
wanglei
appzxhy
Commits
dfe79055
Commit
dfe79055
authored
Jul 04, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[迭代]
parent
ee6410e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
SpConstObject.kt
app/src/main/java/com/ritoq/quickphone/SpConstObject.kt
+2
-2
MainViewModel.kt
...c/main/java/com/ritoq/quickphone/ui/main/MainViewModel.kt
+1
-0
No files found.
app/src/main/java/com/ritoq/quickphone/SpConstObject.kt
View file @
dfe79055
...
...
@@ -7,7 +7,7 @@ object SpConstObject {
//是否已经点击start
var
ifAgreePrivacy
=
fals
e
var
ifAgreePrivacy
=
tru
e
get
()
{
return
AppPreferences
.
getInstance
().
getBoolean
(
"ifAgreePrivacy"
,
field
)
}
...
...
@@ -18,7 +18,7 @@ object SpConstObject {
//是否已经走过引导页
var
isGuided
get
()
=
AppPreferences
.
getInstance
().
getBoolean
(
"isGuided"
,
fals
e
)
get
()
=
AppPreferences
.
getInstance
().
getBoolean
(
"isGuided"
,
tru
e
)
set
(
value
)
=
AppPreferences
.
getInstance
().
putBoolean
(
"isGuided"
,
value
)
...
...
app/src/main/java/com/ritoq/quickphone/ui/main/MainViewModel.kt
View file @
dfe79055
...
...
@@ -16,6 +16,7 @@ class MainViewModel : ViewModel() {
var
nextShowDialog
:
Boolean
=
true
fun
checkDialog
(
context
:
Context
)
{
return
if
(!
nextShowDialog
)
{
nextShowDialog
=
true
...
...
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