mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
remove unwanted sleep
This commit is contained in:
parent
d7e2217fbf
commit
9dbb302042
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue