Results 2 issues of Yuki Anzai

at https://github.com/google/iosched/blob/2696fc7e06826ba2db72de243f0d63f83f4a29b5/shared/src/main/java/com/google/samples/apps/iosched/shared/fcm/IoschedFirebaseMessagingService.kt#L69-L73 `MINIMUM_LATENCY` is used `JobInfo.Builder.setMinimumLatency()` and `OVERRIDE_DEADLINE` is used for `JobInfo.Builder.setOverrideDeadline()`. Each method parameter should be millisecond. So I think these constants should be ```kotlin // Some latency to...

**Description** After `WebViewNavigator.reload()` is called the `WebViewState.pageTitle` is reset to null with `AccompanistWebViewClient.onPageStarted()` but `AccompanistWebChromeClient.onReceivedTitle()` is not called with `WebView.reload()` so pageTitle stay null. **Steps to reproduce** ```kotlin @Composable fun...