Merge pull request #82 from kezong/master

Change default pit count of taskAffinity to 2
This commit is contained in:
王玉鹏 2017-07-03 18:32:56 +08:00 committed by GitHub
commit df2f5da05c

View File

@ -51,7 +51,7 @@ public class HostConfigHelper {
public static int ACTIVITY_PIT_COUNT_NTS_SINGLE_INSTANCE = 2;
// TaskAffinity 组数
public static int ACTIVITY_PIT_COUNT_TASK = 8;
public static int ACTIVITY_PIT_COUNT_TASK = 2;
// 是否使用 AppCompat
public static boolean ACTIVITY_PIT_USE_APPCOMPAT = false;