Fixes issue #500 - Scrolling locks up after selecting 'Pinned'

This commit is contained in:
stom79 2018-08-30 18:12:18 +02:00
parent a750699122
commit 286ffdd711
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ public class ShowAccountActivity extends BaseActivity implements OnPostActionInt
itemShowPined.setChecked(showPinned); itemShowPined.setChecked(showPinned);
itemShowReplies.setChecked(show_replies); itemShowReplies.setChecked(show_replies);
itemShowBoosts.setChecked(show_boosts); itemShowBoosts.setChecked(show_boosts);
return false; return true;
} }
}); });
popup.show(); popup.show();