mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
committed by
Cody Henthorne
parent
b41bf66133
commit
17581a7a5e
@@ -18,8 +18,9 @@ import java.util.concurrent.atomic.AtomicLong;
|
||||
import java.util.concurrent.atomic.AtomicReference;
|
||||
|
||||
/**
|
||||
* Helper class to show a fullscreen blocking indeterminate progress dialog.
|
||||
* @deprecated Replaced by {@link org.thoughtcrime.securesms.components.SignalProgressDialog}
|
||||
*/
|
||||
@Deprecated
|
||||
public final class SimpleProgressDialog {
|
||||
|
||||
private static final String TAG = Log.tag(SimpleProgressDialog.class);
|
||||
|
||||
Reference in New Issue
Block a user