Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mytfg
mytfg-vplan-app
Commits
da7bddba
Commit
da7bddba
authored
Jan 09, 2017
by
Lennart Bader
Browse files
Added cache clear on Logout
parent
62931c5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/de/mytfg/apps/vplan/api/MyTFGApi.java
View file @
da7bddba
...
...
@@ -196,6 +196,8 @@ public class MyTFGApi {
.
remove
(
"username"
)
.
apply
();
}
Vplan
.
clearCache
(
"heute"
,
context
);
Vplan
.
clearCache
(
"morgen"
,
context
);
}
/**
...
...
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