mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-19 11:39:52 +01:00
Fix #1223
Only 1.1.0-alpha01 works now due to 6eae6436c7
remove ViewCompat.setSystemGestureExclusionRects call, DrawerLayout can not support automatic opt-out behavior out of the box.
This commit is contained in:
parent
925e041a4b
commit
4bc560e8d3
@ -216,6 +216,7 @@ dependencies {
|
||||
implementation 'androidx.palette:palette:1.0.0'
|
||||
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
|
||||
implementation 'androidx.browser:browser:1.2.0'
|
||||
implementation "androidx.drawerlayout:drawerlayout:1.1.0-alpha01"
|
||||
implementation 'com.google.android.material:material:1.1.0'
|
||||
implementation 'androidx.exifinterface:exifinterface:1.1.0'
|
||||
implementation "com.twitter:twitter-text:${libVersions['TwitterText']}"
|
||||
|
Loading…
Reference in New Issue
Block a user