mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Code cleanup
This commit is contained in:
parent
042bf3077f
commit
241bb3ba29
1 changed files with 2 additions and 1 deletions
|
|
@ -64,5 +64,6 @@ public class SearchingClient {
|
|||
|
||||
private Cache getCache() {
|
||||
int cacheSize = 10 * 1024 * 1024;
|
||||
return context != null ? new Cache(context.getCacheDir(), cacheSize) : null; }
|
||||
return context != null ? new Cache(context.getCacheDir(), cacheSize) : null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue