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: misc stubs for K-9 Mail
This makes the non composeUI parts of K-9 Mail mostly functional.
This commit is contained in:
@@ -61,6 +61,10 @@ public class ViewPropertyAnimator {
|
||||
return this;
|
||||
}
|
||||
|
||||
public ViewPropertyAnimator translationXBy(float translationX) {
|
||||
return this;
|
||||
}
|
||||
|
||||
public void start() {
|
||||
new Handler().postDelayed(new Runnable() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user