Commit 96f5441e authored by Mygod's avatar Mygod

Remove deprecated components

parent d27497f8
...@@ -166,24 +166,5 @@ ...@@ -166,24 +166,5 @@
<action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING"/> <action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING"/>
</intent-filter> </intent-filter>
</receiver> </receiver>
<!-- android-job components -->
<service android:name="com.evernote.android.job.v21.PlatformJobService"
android:process=":bg"
android:directBootAware="true"/>
<service android:name="com.evernote.android.job.v14.PlatformAlarmService"
tools:node="remove"/>
<service android:name="com.evernote.android.job.v14.PlatformAlarmServiceExact"
tools:node="remove"/>
<service android:name="com.evernote.android.job.gcm.PlatformGcmService"
tools:node="remove"/>
<service android:name="com.evernote.android.job.JobRescheduleService"
android:process=":bg"
android:directBootAware="true"/>
<receiver android:name="com.evernote.android.job.v14.PlatformAlarmReceiver"
tools:node="remove"/>
<receiver android:name="com.evernote.android.job.JobBootReceiver"
android:process=":bg"
android:directBootAware="true"/>
</application> </application>
</manifest> </manifest>
...@@ -47,7 +47,7 @@ class ShrinkUpwardBehavior(context: Context, attrs: AttributeSet?) : Coordinator ...@@ -47,7 +47,7 @@ class ShrinkUpwardBehavior(context: Context, attrs: AttributeSet?) : Coordinator
} }
/** /**
* Based on BaseTransientBottomBar.animateViewOut (support lib 27.0.2). * Based on: https://android.googlesource.com/platform/frameworks/support.git/+/fa0f82f/design/src/android/support/design/widget/BaseTransientBottomBar.java#558
*/ */
override fun onDependentViewRemoved(parent: CoordinatorLayout, child: View, dependency: View) { override fun onDependentViewRemoved(parent: CoordinatorLayout, child: View, dependency: View) {
if (accessibility.isEnabled) child.layoutParams.height = parent.height else { if (accessibility.isEnabled) child.layoutParams.height = parent.height else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment