k0shk0sh / FastHub

FastHub the ultimate GitHub client for Android.
GNU General Public License v3.0
5.71k stars 931 forks source link

fix: remove unnecessary field for pass objects with Bundle #2907

Open Kiolk opened 4 years ago

Kiolk commented 4 years ago

Hi. I investigated the problem with issue #2906 Some gist files not show, because Bundle has limitation on content in 50K. This case happened in bug report. I removed content field from object for resolve this problem. This field do not necessary and do not used in item card.

KaustubhPatange commented 3 years ago

The author must've thought why he needs that field in the Bundle. Anyway is there a cleaner way to do it, the current solution feels more like a hack!