@Override @DebugLog
protected void onResume() {
super.onResume();
((App) getApplication()).onResume();
ColorChooserNoTitle color = (ColorChooserNoTitle) ColorChooserNoTitle.findVisible(this, ColorChooserDialog.TAG_PRIMARY);
if(color != null) { color.setCallback(this); return; }
TextDialog name = TextDialog.findVisible(this, "dialog_beacon_name");
if(name != null) { name.setChangedListener(this); return; }
IconDialog icon = IconDialog.findVisible(this, "dialog_beacon_icon");
if(icon != null) { icon.setSelectionListener(this); return; }
mFab.onResume();
//Start ticker
if(mPresenter.getBeacon() != null) {
updateSecondCounter(mPresenter.getBeacon());
}
//updateTicker();
}
DetailsActivity.java 文件源码
java
阅读 31
收藏 0
点赞 0
评论 0
项目:beaconradar
作者:
评论列表
文章目录