Vladislav

Results 3 issues of Vladislav

If a screen with MaterialSearchBar is end point and can only navigate Back, i want nav icon to be as Back (arrow) button by default (not hamburger menu) Is there...

If we target SDK32 the `Resources.Theme::class.java.getDeclaredMethod("getKey")` will always throw so we can't use this method for re-compositions optimizations for createMdcTheme()

[Example](https://github.com/android/architecture-samples/blob/master/app/src/main/java/com/example/android/architecture/blueprints/todoapp/taskdetail/TaskDetailViewModel.kt) He we load data model from repository. Usually we have here API IO so it can always fail. In the example we map the fail into the Error class...