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
api-impl: more stubs to make OsmAnd launch
with latest bionic_translation, OsmAnd doesn't crash in native code
This commit is contained in:
@@ -23,7 +23,6 @@ public class Window {
|
||||
public boolean onMenuOpened(int featureId, Menu menu);
|
||||
}
|
||||
|
||||
// FIXME private
|
||||
public long native_window;
|
||||
public View contentView;
|
||||
|
||||
@@ -99,5 +98,7 @@ public class Window {
|
||||
|
||||
public void setNavigationBarColor(int color) {}
|
||||
|
||||
public void setFormat (int format) {}
|
||||
public void setFormat(int format) {}
|
||||
|
||||
public void setLayout(int dummy, int dummy2) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user