You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
remove some old debugging prints, gate others behind verbose log
This commit is contained in:
@@ -272,8 +272,6 @@ JNIEXPORT void JNICALL Java_android_view_View_native_1setLayoutParams(JNIEnv *en
|
||||
gboolean vexpand = FALSE;
|
||||
|
||||
if (gravity != -1) {
|
||||
printf(":::-: setting gravity: %d\n", gravity);
|
||||
|
||||
if(gravity & GRAVITY_BOTTOM)
|
||||
valign = GTK_ALIGN_END;
|
||||
else if(gravity & GRAVITY_TOP)
|
||||
|
||||
Reference in New Issue
Block a user