mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
Swipe2refresh fix (#647)
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
package com.zeapo.pwdstore
|
||||
|
||||
import android.app.Activity
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
import android.content.SharedPreferences
|
||||
@@ -146,11 +145,7 @@ class PasswordFragment : Fragment() {
|
||||
}
|
||||
|
||||
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
|
||||
if (resultCode == Activity.RESULT_OK) {
|
||||
when (requestCode) {
|
||||
GitActivity.REQUEST_SYNC -> swipe_refresher.isRefreshing = false
|
||||
}
|
||||
}
|
||||
swipe_refresher.isRefreshing = false
|
||||
}
|
||||
|
||||
/** clears the adapter content and sets it back to the root view */
|
||||
|
Reference in New Issue
Block a user