Skip to content

Commit

Permalink
增:点击数据源进入用户应用
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabalabala committed Jun 5, 2023
1 parent e30c914 commit 6885d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/github/tvbox/osc/bbox/base/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void initParams() {
defaultApiMap.put(defaultApiName, defaultApi);

ArrayList<String> defaultApiHistory = Hawk.get(HawkConfig.API_NAME_HISTORY, new ArrayList<>());
defaultApiHistory.add(defaultApi);
defaultApiHistory.add(defaultApiName);

Hawk.put(HawkConfig.DEBUG_OPEN, false);

Expand Down

0 comments on commit 6885d0a

Please sign in to comment.