~tlnd/financisto/pin-protection

« back to all changes in this revision

Viewing changes to src/ru/orangesoftware/financisto/activity/PinActivity.java

  • Committer: tlnd
  • Date: 2011-07-04 17:21:27 UTC
  • Revision ID: tlnd@online.de-20110704172127-59edr9dmy37zlzuf
Immediately lock on destroy

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
import android.app.Activity;
17
17
import android.content.Intent;
18
18
import android.os.Bundle;
19
 
import android.util.Log;
20
19
 
21
20
public class PinActivity extends Activity implements PinView.PinListener {
22
21