mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 20:27:58 +03:00
api-impl: misc stubs and fixes
This commit is contained in:
parent
fd2e9f43b6
commit
f3332b7201
25 changed files with 234 additions and 37 deletions
|
@ -57,7 +57,7 @@ public final class Bundle extends BaseBundle implements Cloneable, Parcelable {
|
|||
* Constructs a new, empty Bundle.
|
||||
*/
|
||||
public Bundle() {
|
||||
mMap = new ArrayMap<String, Object>();
|
||||
super();
|
||||
mClassLoader = getClass().getClassLoader();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue