fix comment redirect from device notifications
This commit is contained in:
parent
593b34079c
commit
b11c07e3d1
1 changed files with 2 additions and 2 deletions
|
@ -2730,9 +2730,9 @@ public class MainActivity extends AppCompatActivity implements SdkStatusListener
|
|||
try {
|
||||
LbryUri uri = LbryUri.parse(url);
|
||||
if (uri.isChannel()) {
|
||||
openChannelUrl(uri.toString());
|
||||
openChannelUrl(url);
|
||||
} else {
|
||||
openFileUrl(uri.toString());
|
||||
openFileUrl(url);
|
||||
}
|
||||
} catch (LbryUriException ex) {
|
||||
// pass
|
||||
|
|
Loading…
Reference in a new issue