fix comment redirect from device notifications

This commit is contained in:
Akinwale Ariwodola 2020-08-28 10:00:57 +01:00
parent 593b34079c
commit b11c07e3d1

View file

@ -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