Toggle navigation
Toggle navigation
This project
Loading...
Sign in
cse437_e
/
smartdoorlock-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2020-11-23 23:46:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
39aa2508741854a479c6cb09c97e8cb1cfb7b60c
39aa2508
1 parent
50b47f35
설정 하드코딩 된 부분 수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/src/main/java/com/sunnni/smartdoorlock/ui/SettingActivity.java
app/src/main/java/com/sunnni/smartdoorlock/ui/SettingActivity.java
View file @
39aa250
...
...
@@ -46,7 +46,7 @@ public class SettingActivity extends AppCompatActivity {
swcRecording
.
setOnCheckedChangeListener
(
new
CompoundButton
.
OnCheckedChangeListener
()
{
@Override
public
void
onCheckedChanged
(
CompoundButton
compoundButton
,
boolean
b
)
{
Api
.
setSetting
(
new
Setting
(
true
),
new
Api
.
Callback
()
{
Api
.
setSetting
(
new
Setting
(
b
),
new
Api
.
Callback
()
{
@Override
public
void
callbackMethod
(
Object
obj
)
{
if
(
obj
==
null
)
{
...
...
Please
register
or
login
to post a comment