kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix issue with cache entry access.
rodzic
c3f9984346
commit
3cc556d803
|
@ -118,7 +118,7 @@ public class DonationsService {
|
|||
return new Pair<>(donationsConfiguration, 200);
|
||||
});
|
||||
} else {
|
||||
return wrapInServiceResponse(() -> new Pair<>(cacheEntryOutsideLock.donationsConfiguration, 200));
|
||||
return wrapInServiceResponse(() -> new Pair<>(cacheEntryInLock.donationsConfiguration, 200));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Ładowanie…
Reference in New Issue