|
|
@@ -14,6 +14,7 @@ import com.kfzs.duanduan.adp.ViewPagerFragmentAdapter;
|
|
|
import com.kfzs.duanduan.fragment.FgtPersonalCenter;
|
|
|
import com.kfzs.duanduan.fragment.FgtSmallSheep;
|
|
|
import com.kfzs.libs.utils.DrawablesHelper;
|
|
|
+import com.sheep.gamegroup.util.SysAppUtil;
|
|
|
import com.sheep.gamegroup.util.UMConfigUtils;
|
|
|
import com.sheep.jiuyan.samllsheep.R;
|
|
|
|
|
|
@@ -75,6 +76,7 @@ public class TabsHelper {
|
|
|
KFZSApp.getInstance().quit();
|
|
|
} else {
|
|
|
ToastBuilder.make(activity.getApplicationContext(), R.string.toast_double_click_exit_app, ToastBuilder.DEFAULT_TOAST_SINGLE);
|
|
|
+ SysAppUtil.isNewSmallSheep(true);//不知什么原因,之前在弹出弹窗广告时的设置为true可能没有效果,这里再保存一次吧
|
|
|
}
|
|
|
mLastBackTime = System.currentTimeMillis();
|
|
|
}
|