|
@@ -968,7 +968,9 @@ class DispatchActivity : BaseNoActionBarActivity(), BottomNavigationBar.OnTabSel
|
|
if (childId != null) {
|
|
if (childId != null) {
|
|
Handler(Looper.getMainLooper()).postDelayed({
|
|
Handler(Looper.getMainLooper()).postDelayed({
|
|
DataManager.instance.getChildInfoById(childId)
|
|
DataManager.instance.getChildInfoById(childId)
|
|
- ?.let { PhotoViewModel.showCloudAlbumAuthorizeDialog(this, it) }
|
|
|
|
|
|
+ ?.let {
|
|
|
|
+ PhotoViewModel.ifAuthorizeWatchCloudAlbum(this, it, false)
|
|
|
|
+ }
|
|
}, 1000)
|
|
}, 1000)
|
|
}
|
|
}
|
|
|
|
|