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:
@@ -373,4 +373,8 @@ public class Intent implements Parcelable {
|
||||
extras.putParcelableArrayList(name, value);
|
||||
return this;
|
||||
}
|
||||
|
||||
public int filterHashCode() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user