digitalfabrik / app-android

Android App to deliver information from German cities to refugees
http://www.integreat-app.de
10 stars 1 forks source link

Changing language within page not working #184

Closed svenseeberg closed 7 years ago

svenseeberg commented 8 years ago

As of 10330c0123372afbd51d14e1369b6a43c6da6eeb changing the language within a page is not possible. It is however working in the list of pages.

svenseeberg commented 8 years ago

Possibly due to changes in MyWebViewClient?

public MyWebViewClient(Activity activity, Language language, Location location) {
    mActivityRef = new WeakReference<>(activity);
    RoboGuice.injectMembers(activity, this);
    mLanguage = language;
    mLocation = location;
}
svenseeberg commented 7 years ago

Fixed in current https://github.com/Integreat/app-android/tree/hierarchies branch.

dlangerenken commented 7 years ago

merged into base/master