修改周边事件打开指令逻辑、去除小智形象逻辑2

This commit is contained in:
wangcongtao
2020-11-24 10:08:35 +08:00
parent e5c7440a63
commit 56bb283d86
3 changed files with 28 additions and 21 deletions

View File

@@ -109,12 +109,12 @@ public class AppNavigatorFragment extends MvpFragment< AppNavigatorView, AppNavi
@Override
public void setCurrentXiaoZhiEmoji( AnimRes.EmojiType type ) {
boolean started = mAnim.isStarted();
mAnim.stop();
mAnim.setCurrentAnim( type );
if ( started ) {
mAnim.start();
}
// boolean started = mAnim.isStarted();
// mAnim.stop();
// mAnim.setCurrentAnim( type );
// if ( started ) {
// mAnim.start();
// }
}
@Override