mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Merge pull request #12298 from nextcloud/restore-fab
restore fab icon when going back
This commit is contained in:
commit
32bad4084b
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue