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
View: replace custom isAttachedToWindow tracking with GTK signals
This commit is contained in:
@@ -39,7 +39,6 @@ public class Window {
|
||||
this.context = context;
|
||||
decorView = new FrameLayout(context);
|
||||
decorView.setId(android.R.id.content);
|
||||
decorView.onAttachedToWindow();
|
||||
}
|
||||
|
||||
public void addFlags(int flags) {}
|
||||
|
||||
Reference in New Issue
Block a user