This commit is contained in:
OMGeeky
2024-12-27 12:56:37 +01:00
parent 0734d17b1e
commit 7e525786fc
2 changed files with 1 additions and 3 deletions

View File

@@ -66,7 +66,6 @@ public final class ActorConditionEffectList extends LinearLayout {
sb.append(effect.magnitude);
}
}
if (ActorCondition.isTemporaryEffect(effect.duration)) {
sb.append(' ');
sb.append(res.getString(R.string.iteminfo_effect_duration, effect.duration));

View File

@@ -28,8 +28,7 @@
android:id="@+id/actorconditioninfo_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/section_margin"
android:text="Hi" />
android:layout_marginBottom="@dimen/section_margin" />
<TextView
android:id="@+id/actorconditioninfo_category"