DetailsActivity.java 文件源码

java
阅读 31 收藏 0 点赞 0 评论 0

项目:beaconradar 作者:
@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();
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号