Matthias

Results 1 issues of Matthias

Hi, In this code (from https://github.com/remind101/android-arch-sample/blob/master/app/src/main/java/com/remind101/archexample/MainActivity.java), the saved instance state may be not null (back navigation), and `PresenterManager.getInstance().restorePresenter()` may return null (the cache use an expirationValue). In this case, after...