lbryio / lbry-android

The LBRY Android app
MIT License
2.43k stars 113 forks source link

Better error if publishing with a bid higher than balance #794

Open tzarebczan opened 4 years ago

tzarebczan commented 4 years ago

Right now it just says "content cannot be published at this time"

littlemadhatter commented 4 years ago

Took a look at this. respective file is https://github.com/lbryio/lbry-react-native/blob/master/src/page/publish/view.js#L470 and it's an edit you could do if you're lazy but for a more detailed response, respective file would be in https://github.com/lbryio/lbry-android/blob/master/app/src/main/java/io/lbry/browser/ui/publish/PublishFormFragment.java with a showError(getString(R.string.deposit_more_than_balance)); but requires more knowledge of code to go along with it of which I do not have.