Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
githengi committed Sep 26, 2019
1 parent b5eb5d7 commit 0ed1bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ public int getConnectivityReceiverActivationCounter() {
* @param tileDownloadLimit maximum number of Mapbox-hosted tiles that may be downloaded
*/
public MapBoxOfflineResourcesDownloader withTileDownloadLimit(long tileDownloadLimit) {
if(offlineManager!=null) {
if (offlineManager != null) {
offlineManager.setOfflineMapboxTileCountLimit(tileDownloadLimit);
}
return this;
Expand Down

0 comments on commit 0ed1bea

Please sign in to comment.