Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 059c1f52 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Fix typos in maps api

parent 851e4434
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,5 +16,5 @@ interface ICameraUpdateFactoryDelegate {
    IObjectWrapper newLatLng(in LatLng latLng);
    IObjectWrapper newLatLngZoom(in LatLng latLng, float zoom);
    IObjectWrapper newLatLngBounds(in LatLngBounds bounds, int padding);
    IObjectWrapper newLatLngBoundsWithSize(in LatLngBounds bounds, int width, int height, int size);
    IObjectWrapper newLatLngBoundsWithSize(in LatLngBounds bounds, int width, int height, int padding);
}
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ interface IMapFragmentDelegate {
    IGoogleMapDelegate getMap();
    void onInflate(IObjectWrapper activity, in GoogleMapOptions options, in Bundle savedInstanceState);
    void onCreate(in Bundle savedInstanceState);
    IObjectWrapper onCreateView(IObjectWrapper layoutInflate, IObjectWrapper container, in Bundle savedInstanceState);
    IObjectWrapper onCreateView(IObjectWrapper layoutInflater, IObjectWrapper container, in Bundle savedInstanceState);
    void onResume();
    void onPause();
    void onDestroyView();