Hide charging sockets in editor until #2368 is fixed

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-11-01 09:48:44 +01:00
parent 0e3b6264b8
commit f6be1b0ebf
2 changed files with 4 additions and 2 deletions

View File

@@ -352,7 +352,8 @@ public class EditorFragment extends BaseMwmFragment implements View.OnClickListe
{
hasChargeSockets = hasChargeSockets || (type == Metadata.MetadataType.FMD_CHARGE_SOCKETS.toInt());
}
UiUtils.showIf(hasChargeSockets, mCardChargingStation);
// Hide socket until https://codeberg.org/comaps/comaps/issues/2368 is fixed
//UiUtils.showIf(hasChargeSockets, mCardChargingStation);
setCardVisibility(mCardDetails, mDetailsBlocks, editableDetails);
setCardVisibility(mCardSocialMedia, mSocialMediaBlocks, editableDetails);