Skip to content

Commit 6fe5a2d

Browse files
committed
i dont care that i havent been able to look like a girl yet ill just do it anyway
1 parent fdf0bd9 commit 6fe5a2d

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.7.5-beta.5
2+
3+
- **Added Labels back on Android**
4+
15
# 1.7.5-beta.4
26

37
- Fixed crash when closing the mod popup

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"geode": "4.0.0",
3-
"version": "v1.7.5-beta.4",
2+
"geode": "4.0.1",
3+
"version": "v1.7.5-beta.5",
44
"gd": {
55
"win": "2.2074",
66
"android": "2.2074",

src/Layers/EditLabelPopup.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -429,20 +429,6 @@ void EditLabelPopup::updatePage()
429429

430430
void EditLabelPopup::onFont(CCObject* sender)
431431
{
432-
#ifdef GEODE_IS_ANDROID
433-
static bool hasShown = false;
434-
435-
if (!hasShown)
436-
{
437-
hasShown = true;
438-
439-
FLAlertLayer::create("Crash Warning", "Due to a bug in the <ca>geode</c> loader, opening this popup will <cc>likely</c> <cr>crash</c>.\nTo open this popup, press the button again.\n<cc>Do not report if this crashes!</c>\n<cl>(I know it does)</c>", "OK")->show();
440-
441-
return;
442-
}
443-
444-
#endif
445-
446432
ChooseFontPopup::addToScene([this](std::string font)
447433
{
448434
log::info("selected font: {}", font);

0 commit comments

Comments
 (0)