Formatting fixes only - seems I had the wrong settings on one of my machines at some point
This commit is contained in:
parent
c629a6884f
commit
3aa6d5a7a9
@ -26,6 +26,6 @@ public class FDroidApp extends Application {
|
|||||||
// don't want a database update to run. Incremented when entering
|
// don't want a database update to run. Incremented when entering
|
||||||
// one, and decremented when leaving, so if it's 0 it ought to be
|
// one, and decremented when leaving, so if it's 0 it ought to be
|
||||||
// ok!
|
// ok!
|
||||||
public int inActivity=0;
|
public int inActivity = 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user