h5rcode / BlackBooks

This repository contains the source code for the Black Books Android app.
1 stars 2 forks source link

Action bar overlayed by activity bar after ISBN scan #1

Closed h5rcode closed 9 years ago

h5rcode commented 9 years ago

The call to the ISBN scan activity has been moved to IsbnLookUp.java.

In the onCreate() method, if savedInstance is not null (meaning that the IsbnLookup has been recreated), do not start the ISBN scan activity again.

All of this solved the problem!