Skip to content

Commit

Permalink
代码原因返回键失效
Browse files Browse the repository at this point in the history
  • Loading branch information
Leifzhang committed Oct 31, 2016
1 parent 12b2a93 commit 23cbd81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,13 +411,11 @@ public boolean dispatchKeyEvent(KeyEvent event) {
((Activity) getContext()).finish();
return true;
}
if (uniqueDown) {
if (isShowing()) {
hide();
return true;
}
return true;
}

show(sDefaultTimeout);
return super.dispatchKeyEvent(event);
}

Expand Down
12 changes: 1 addition & 11 deletions build/intermediates/dex-cache/cache.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<items version="2" >

<item
jar="/Users/zhangyang/ijkplayer/sample/build/intermediates/incremental-classes/debug/instant-run-bootstrap.jar"
jumboMode="true"
revision="23.0.2"
sha1="f9067e11f66faf45f003c8752628817fe62e6fe5">
<dex dex="/Users/zhangyang/ijkplayer/sample/build/intermediates/transforms/dex/debug/folders/1000/10/instant-run-bootstrap_d5d70d2b2852178a2f8bd822f93102d59691d604/classes.dex" />
</item>

</items>
<items version="2" />

0 comments on commit 23cbd81

Please sign in to comment.