Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
yjfnypeu committed Aug 25, 2017
1 parent f0d2c69 commit faaee68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public void notFound(Uri uri, NotFoundException e) {
Intent intent = RePlugin.createIntent(alias, RouterBridgeActivity.class.getCanonicalName());
intent.putExtra("uri", uri);
intent.putExtra("extras", RouterConfiguration.get().restoreExtras(uri));
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
RePlugin.startActivity(context, intent);
}

Expand Down
2 changes: 1 addition & 1 deletion host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
provided 'com.qihoo360.replugin:replugin-host-lib:2.1.7'
provided "org.lzh.compiler.parceler:parceler-api:${PARCELER_VERSION}"
provided 'com.android.support:support-v4:25.3.1'

compile "com.github.yjfnypeu.Router:router-host:${ROUTER_VERSION}"
compile "org.lzh.nonview.updateplugin:UpdatePlugin:${UpdatePlugin_version}"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* 接入<a href="https://github.com/yjfnypeu/UpdatePlugin">UpdatePlugin</a>框架,用于方便的进行远程插件下载、安装、启动配置。
*/
public abstract class UpdateRePluginCallbacks extends RePluginCallbacks{
public class UpdateRePluginCallbacks extends RePluginCallbacks{

private IUpdateCombine combine;
private UpdateConfig updateConfig;
Expand Down

0 comments on commit faaee68

Please sign in to comment.