Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vshcherb committed Nov 29, 2024
1 parent da067dc commit 0626197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsmAnd/src/net/osmand/plus/utils/PicassoUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private PicassoUtils(@NonNull OsmandApplication app) {
}
}

public static PicassoUtils getPicasso(@NonNull OsmandApplication app) {
public synchronized static PicassoUtils getPicasso(@NonNull OsmandApplication app) {
if (INSTANCE == null) {
INSTANCE = new PicassoUtils(app);
}
Expand Down

0 comments on commit 0626197

Please sign in to comment.