mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Various logging improvements.
* Improve lifecycle logging. * Remove 'action bar' from base activity names. * Remove some unnecessary glide logs.
This commit is contained in:
@@ -10,7 +10,7 @@ import androidx.recyclerview.widget.LinearLayoutManager;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import android.view.MenuItem;
|
||||
|
||||
import org.thoughtcrime.securesms.PassphraseRequiredActionBarActivity;
|
||||
import org.thoughtcrime.securesms.PassphraseRequiredActivity;
|
||||
import org.thoughtcrime.securesms.R;
|
||||
import org.thoughtcrime.securesms.sharing.ShareActivity;
|
||||
import org.thoughtcrime.securesms.mms.GlideApp;
|
||||
@@ -19,7 +19,7 @@ import org.thoughtcrime.securesms.util.DynamicTheme;
|
||||
/**
|
||||
* Allows the user to view and manage (install, uninstall, etc) their stickers.
|
||||
*/
|
||||
public final class StickerManagementActivity extends PassphraseRequiredActionBarActivity implements StickerManagementAdapter.EventListener {
|
||||
public final class StickerManagementActivity extends PassphraseRequiredActivity implements StickerManagementAdapter.EventListener {
|
||||
|
||||
private final DynamicTheme dynamicTheme = new DynamicTheme();
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ import android.widget.Toast;
|
||||
|
||||
import com.bumptech.glide.load.resource.drawable.DrawableTransitionOptions;
|
||||
|
||||
import org.thoughtcrime.securesms.PassphraseRequiredActionBarActivity;
|
||||
import org.thoughtcrime.securesms.PassphraseRequiredActivity;
|
||||
import org.thoughtcrime.securesms.R;
|
||||
import org.thoughtcrime.securesms.sharing.ShareActivity;
|
||||
import org.thoughtcrime.securesms.logging.Log;
|
||||
@@ -33,7 +33,7 @@ import org.whispersystems.libsignal.util.guava.Optional;
|
||||
* Shows the contents of a pack and allows the user to install it (if not installed) or remove it
|
||||
* (if installed). This is also the handler for sticker pack deep links.
|
||||
*/
|
||||
public final class StickerPackPreviewActivity extends PassphraseRequiredActionBarActivity
|
||||
public final class StickerPackPreviewActivity extends PassphraseRequiredActivity
|
||||
implements StickerRolloverTouchListener.RolloverEventListener,
|
||||
StickerRolloverTouchListener.RolloverStickerRetriever,
|
||||
StickerPackPreviewAdapter.EventListener
|
||||
|
||||
Reference in New Issue
Block a user