This will prevent the file list still being on the Recents view and other stuff like that. Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
@@ -137,7 +137,8 @@ public class ManageSpaceActivity extends AppCompatActivity implements Injectable
Snackbar.LENGTH_LONG
).show();
} else {
- finish();
+ finishAndRemoveTask();
+ System.exit(0);
}