consp1racy / android-support-preference

Android Preferences according to Material design specs
Apache License 2.0
331 stars 49 forks source link

Fix a bug when doing reset in the sample app #82

Closed Mygod closed 7 years ago

Mygod commented 7 years ago

Steps to reproduce:

  1. Press "Subscreen";
  2. Press "Reset";
  3. Press back button in the top left twice;
  4. Havoc!
Mygod commented 7 years ago

By the way, I suggest uploading a sample app in the releases so that it saves everybody's time.

consp1racy commented 7 years ago

By the way, I suggest uploading a sample app in the releases so that it saves everybody's time.

What do you mean? Publishing the sample app in Play Store? I guess that's doable.

Mygod commented 7 years ago

Fixed!

Oh I mean you can publish apks here: https://github.com/consp1racy/android-support-preference/releases If you want to do it on Google Play, that's also nice. :+1:

consp1racy commented 7 years ago

That's cool! Although I've never worked with github releases before and have no ides where to start. Do you have some tutorials on hand?

Mygod commented 7 years ago

How's this: https://help.github.com/articles/creating-releases/