adding an initial slideshow setup dialog

This commit is contained in:
tibbi
2017-08-04 21:19:04 +02:00
parent 8ff6c8d1f7
commit c06fe43a68
21 changed files with 176 additions and 18 deletions

View File

@ -14,7 +14,6 @@ import com.simplemobiletools.gallery.extensions.config
import kotlinx.android.synthetic.main.dialog_exclude_folder.view.*
class ExcludeFolderDialog(val activity: SimpleActivity, val selectedPaths: List<String>, val callback: () -> Unit) {
var dialog: AlertDialog? = null
val alternativePaths = getAlternativePathsList()
var radioGroup: RadioGroup? = null