albertgao
04/15/2018, 11:17 PMindeterminateProgressDialog non cancellable? There is a isCancelable property for alert, but seems not the case for indeterminateProgressDialog, how to solve it?louiscad
04/16/2018, 8:16 AMDialogFragment? If so, you need to make it non cancellablealbertgao
04/16/2018, 8:18 AMindeterminateProgressDialog inside an onClick handler to show some executing information.louiscad
04/16/2018, 8:20 AMalbertgao
04/16/2018, 8:27 AMdismiss it. I checked the source code. Seems it doesn’t support it 😞Sergio Crespo Toubes
04/18/2018, 6:56 PM