[Mobile] Refactor Deckbox ImageView

-fix Mana Icons and Deck Name on Portrait and Landscape Mode
This commit is contained in:
Anthony Calosa
2020-10-12 10:36:03 +08:00
parent 936d07bd86
commit df7a8ca0d0
3 changed files with 65 additions and 36 deletions

View File

@@ -227,8 +227,8 @@ public class FDeckChooser extends FScreen {
@Override
public void onActivate() {
//todo investigate why if we don't override, it will display blank for deckview when first activated
if(isAi() && firstactivation) {
//somehow a loaded deck state from startup don't refresh accordingly for imageview so refresh it on first activation
if(firstactivation) {
needRefreshOnActivate = true;
firstactivation = false;
}