mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
restore fab icon when going back
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parent
ddb15ce594
commit
9f1c90cce0
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