Skip to content

Commit

Permalink
Revert history related regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 committed Sep 14, 2019
1 parent 110a050 commit 521b2eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,10 @@ class HistoryFragment : BaseFragment(), Snackable, FabHandler {

swipeRefreshLayout.apply {
setColorSchemeColors(ContextCompat.getColor(context!!, R.color.colorPrimary), ContextCompat.getColor(context!!, R.color.accent))
setOnRefreshListener { loadHistory() }
setOnRefreshListener {
loadHistory()
isRefreshing = false
}
}

ItemTouchHelper(object : ItemTouchHelper.SimpleCallback(0, LEFT or RIGHT) {
Expand Down
1 change: 0 additions & 1 deletion android-app/app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ a {
<li><b>IMPROVED: </b> If clipboard contains multiple links, extract them and show as individual suggestion items in search bar</li>
<li><b>FIX: </b> Menu -> Copy Link does not work/slow sometimes</li>
<li><b>FIX: </b> Webview provider bottom bar not respecting toolbar color setting</li>
<li><b>FIX: </b> History sometimes not refreshing when items are deleted</li>
<li><b>NEW: </b> Suggest Kiwi and Vivaldi providers</li>
<li><b>NEW: </b> Option to have new line separated list when sharing multiple links</li>
<li><b>IMPROVED: </b> Android 10 support</li>
Expand Down

0 comments on commit 521b2eb

Please sign in to comment.