forked from hardcoresushi/DroidFS
Always open volume after creation
This commit is contained in:
parent
3127a15d9e
commit
de0194a722
@ -256,7 +256,7 @@ class CreateVolumeFragment: Fragment() {
|
||||
|
||||
private fun onVolumeCreated(id: Int?, volumeShortName: String) {
|
||||
(activity as AddVolumeActivity).apply {
|
||||
if (rememberVolume || id == null) {
|
||||
if (id == null) {
|
||||
finish()
|
||||
} else {
|
||||
startExplorer(id, volumeShortName)
|
||||
|
Loading…
Reference in New Issue
Block a user