mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Upgrade Compose and AndroidX libraries.
This commit is contained in:
committed by
Nicholas Tinsley
parent
466acaf504
commit
326b95bd10
@@ -1,5 +1,6 @@
|
||||
package org.thoughtcrime.securesms.megaphone;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.os.Bundle;
|
||||
|
||||
import com.google.android.material.dialog.MaterialAlertDialogBuilder;
|
||||
@@ -38,6 +39,7 @@ public class ClientDeprecatedActivity extends PassphraseRequiredActivity {
|
||||
theme.onResume(this);
|
||||
}
|
||||
|
||||
@SuppressLint("MissingSuperCall")
|
||||
@Override
|
||||
public void onBackPressed() {
|
||||
// Disabled
|
||||
|
||||
Reference in New Issue
Block a user