Merge pull request #2031 from nextcloud/removeSleep

Remove unwanted sleep
This commit is contained in:
Andy Scherzinger 2018-01-23 22:47:04 +01:00 committed by GitHub
commit 6c8d6b5a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -833,15 +833,7 @@ public class ThumbnailsCacheManager {
MainApp.getAppContext().getContentResolver());
String eTag = arbitraryDataProvider.getValue(mAccount, AVATAR);
final String imageKey = "a_" + username + "_" + eTag;
try {
Thread.sleep(3000);
} catch (InterruptedException e) {
e.printStackTrace();
}
int px = getAvatarDimension();
// Download avatar from server