Revision d5d503d0
Added by Leszek Koltunski over 5 years ago
| src/main/java/org/distorted/dialogs/RubikDialogScoresPagerAdapter.java | ||
|---|---|---|
| 139 | 139 |
{
|
| 140 | 140 |
Thread.sleep(150); |
| 141 | 141 |
} |
| 142 |
catch( InterruptedException ie)
|
|
| 142 |
catch( InterruptedException ignored)
|
|
| 143 | 143 |
{
|
| 144 | 144 |
|
| 145 | 145 |
} |
| ... | ... | |
| 151 | 151 |
{
|
| 152 | 152 |
int object = RubikObjectList.unpackObject(tab); |
| 153 | 153 |
int sizeIndex= RubikObjectList.unpackSizeIndex(tab); |
| 154 |
int maxLevel = RubikObjectList.getMaxLevel(object, sizeIndex);
|
|
| 154 |
int maxLevel = RubikObjectList.getMaxLevel(object, sizeIndex); |
|
| 155 | 155 |
|
| 156 | 156 |
for(int i=0; i<maxLevel; i++) |
| 157 | 157 |
{
|
| ... | ... | |
| 170 | 170 |
{
|
| 171 | 171 |
Thread.sleep(50); |
| 172 | 172 |
} |
| 173 |
catch( InterruptedException ie)
|
|
| 173 |
catch( InterruptedException ignored)
|
|
| 174 | 174 |
{
|
| 175 | 175 |
|
| 176 | 176 |
} |
Also available in: Unified diff
Minor.