Skip to content

Commit

Permalink
修复activity重建后偶发崩溃和无法联动BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
goweii committed Nov 2, 2019
1 parent 9bb02a6 commit 64372bf
Show file tree
Hide file tree
Showing 9 changed files with 445 additions and 39 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.github.goweii:ActionBarEx:3.0.0'
implementation 'com.github.goweii:ActionBarEx:3.2.4'
implementation project(":swipeback")
}
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<uses-permission android:name="android.permission.INTERNET" />

<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand Down
Loading

0 comments on commit 64372bf

Please sign in to comment.