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 {
|
try {
|
||||||
LbryUri uri = LbryUri.parse(url);
|
LbryUri uri = LbryUri.parse(url);
|
||||||
if (uri.isChannel()) {
|
if (uri.isChannel()) {
|
||||||
openChannelUrl(uri.toString());
|
openChannelUrl(url);
|
||||||
} else {
|
} else {
|
||||||
openFileUrl(uri.toString());
|
openFileUrl(url);
|
||||||
}
|
}
|
||||||
} catch (LbryUriException ex) {
|
} catch (LbryUriException ex) {
|
||||||
// pass
|
// pass
|
||||||
|
|
Loading…
Reference in a new issue