mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
[Mobile] Refactor Deckbox ImageView
-fix Mana Icons and Deck Name on Portrait and Landscape Mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user