forked from mirror/monocles_chat
corrected updater service
This commit is contained in:
parent
086080cddb
commit
105fd8e9f8
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class UpdaterActivity extends XmppActivity {
|
|||
textView.setText(R.string.update_info);
|
||||
setSupportActionBar(findViewById(R.id.toolbar));
|
||||
configureActionBar(getSupportActionBar());
|
||||
if (getIntent() != null && getIntent().getStringExtra("update").equals("PixArtMessenger_UpdateService")) {
|
||||
if (getIntent() != null && getIntent().getStringExtra("update").equals("MonoclesMessenger_UpdateService")) {
|
||||
try {
|
||||
appURI = getIntent().getStringExtra("url");
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue