collection of fixes based on comments/small aesthetic stuff // FREEBIE

This commit is contained in:
Jake McGinty
2014-02-18 16:28:54 -08:00
parent d19ab04bdd
commit 9d9a0ec218
8 changed files with 14 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ import static org.whispersystems.textsecure.push.PushMessageProtos.PushMessageCo
public class GroupCreateActivity extends PassphraseRequiredSherlockFragmentActivity {
private final static String TAG = "GroupCreateActivity";
private final static String TAG = GroupCreateActivity.class.getSimpleName();
public static final String MASTER_SECRET_EXTRA = "master_secret";