mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
Code cleanup
This commit is contained in:
@@ -64,5 +64,6 @@ public class SearchingClient {
|
|||||||
|
|
||||||
private Cache getCache() {
|
private Cache getCache() {
|
||||||
int cacheSize = 10 * 1024 * 1024;
|
int cacheSize = 10 * 1024 * 1024;
|
||||||
return context != null ? new Cache(context.getCacheDir(), cacheSize) : null; }
|
return context != null ? new Cache(context.getCacheDir(), cacheSize) : null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user