Explorar el Código

v1.2.2

master
lint hace 4 años
padre
commit
cd121a43ce
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. +1
    -1
      control
  2. +1
    -0
      tweak/Apollo.xm

+ 1
- 1
control Ver fichero

@@ -1,7 +1,7 @@
Package: com.lint.undelete
Name: TFDidThatSay?
Depends: mobilesubstrate
Version: 1.2.1
Version: 1.2.2
Architecture: iphoneos-arm
Description: See "[deleted]" comments and posts without leaving Reddit!
Maintainer: lint <apieceoflint@protonmail.com>

+ 1
- 0
tweak/Apollo.xm Ver fichero

@@ -201,6 +201,7 @@ NSDictionary* apolloBodyAttributes = nil;
CGFloat centerHeight = [postInfoNode frame].origin.y + ([ageNode frame].size.height + [ageNode frame].origin.y * 2) / 2.0f;
CGFloat buttonXPos = [postInfoNode frame].origin.x + [postInfoNode frame].size.width - imageSize;
//Compiling with DEBUG=0 causes this to break the app, I have no idea why.
[[self undeleteButton] setFrame:CGRectMake(buttonXPos, centerHeight - (imageSize / 2), imageSize, imageSize)];
}
}

Cargando…
Cancelar
Guardar