mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Merge pull request #2031 from nextcloud/removeSleep
Remove unwanted sleep
This commit is contained in:
commit
6c8d6b5a75
1 changed files with 0 additions and 8 deletions
|
@ -833,15 +833,7 @@ public class ThumbnailsCacheManager {
|
||||||
MainApp.getAppContext().getContentResolver());
|
MainApp.getAppContext().getContentResolver());
|
||||||
|
|
||||||
String eTag = arbitraryDataProvider.getValue(mAccount, AVATAR);
|
String eTag = arbitraryDataProvider.getValue(mAccount, AVATAR);
|
||||||
|
|
||||||
final String imageKey = "a_" + username + "_" + eTag;
|
final String imageKey = "a_" + username + "_" + eTag;
|
||||||
|
|
||||||
try {
|
|
||||||
Thread.sleep(3000);
|
|
||||||
} catch (InterruptedException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
|
|
||||||
int px = getAvatarDimension();
|
int px = getAvatarDimension();
|
||||||
|
|
||||||
// Download avatar from server
|
// Download avatar from server
|
||||||
|
|
Loading…
Reference in a new issue