fython / PackageTracker

Track your package simply on Android.
GNU General Public License v3.0
340 stars 43 forks source link

Unable to force add package #27

Closed xfoxfu closed 7 years ago

xfoxfu commented 7 years ago

I have mentioned it in #25 .

  1. Type some wrong package.
  2. No company detected.
  3. Manually select a company.
  4. Still cannot force add.

This worked before #25 was merged. A detailed description of the feature can be found at #5 .

xfoxfu commented 7 years ago

I found it is related to mobile/src/main/java/info/papdt/express/helper/ui/fragment/add/StepNoFound.java.

On L53-54, revert the changes on #25, i.e.

Change

Package p = getAddActivity().getPackage();
if(p != null && p.companyChineseName != null) {

To