Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
disroot
disapp
Commits
01759455
Commit
01759455
authored
May 17, 2019
by
Massimiliano
Browse files
restored value stored date
parent
2251d58e
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/disroot/disrootapp/ui/MainActivity.java
View file @
01759455
...
@@ -1913,7 +1913,7 @@ public class MainActivity extends AppCompatActivity implements View.OnLongClickL
...
@@ -1913,7 +1913,7 @@ public class MainActivity extends AppCompatActivity implements View.OnLongClickL
checkDate
.
edit
().
putString
(
"storeDate"
,
stateDate
).
apply
();
checkDate
.
edit
().
putString
(
"storeDate"
,
stateDate
).
apply
();
//return null;
//return null;
}
}
else
if
(!
stateDate
.
equals
(
"2"
)&&
!
stateDate
.
equals
(
""
))
//dateStored
else
if
(!
stateDate
.
equals
(
dateStored
)&&
!
stateDate
.
equals
(
""
))
//dateStored
{
{
checkDate
.
edit
().
putString
(
"storeDate"
,
stateDate
).
apply
();
checkDate
.
edit
().
putString
(
"storeDate"
,
stateDate
).
apply
();
Log
.
e
(
TAG
,
"date: "
+
dateStored
);
Log
.
e
(
TAG
,
"date: "
+
dateStored
);
...
...
Write
Preview
Supports
Markdown
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