Merge pull request #12298 from nextcloud/restore-fab

restore fab icon when going back
This commit is contained in:
Alper Öztürk 2023-12-18 09:07:41 +01:00 committed by GitHub
commit 32bad4084b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1025,6 +1025,7 @@ public class FileDisplayActivity extends FileActivity implements FileFragment.Co
*/
private void popBack() {
// pop back fragment
binding.fabMain.setImageResource(R.drawable.ic_plus);
resetScrolling(true);
popSortListGroupVisibility();
super.onBackPressed();