mirror of
https://gitee.com/replugin/RePlugin.git
synced 2024-12-02 03:38:06 +08:00
Merge pull request #82 from kezong/master
Change default pit count of taskAffinity to 2
This commit is contained in:
commit
df2f5da05c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user