push crash fixed
This commit is contained in:
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@@ -23,8 +23,8 @@ android {
|
|||||||
applicationId "ch.pizzapp.capri"
|
applicationId "ch.pizzapp.capri"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 14 // play store'daki version --> canlı: 12 - dahili test: 13
|
versionCode 15 // play store'daki version --> canlı: 12 - dahili test: 14
|
||||||
versionName "2.16" // play store'daki version --> canlı: 2.14 - dahili test: 2.15
|
versionName "2.17" // play store'daki version --> canlı: 2.14 - dahili test: 2.16
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":13,"versionName":"2.15","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":14,"versionName":"2.16","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
||||||
@@ -152,7 +152,7 @@ public class ProfileFragment extends BaseFragment {
|
|||||||
OneSignal.getTags(new OneSignal.GetTagsHandler() {
|
OneSignal.getTags(new OneSignal.GetTagsHandler() {
|
||||||
@Override
|
@Override
|
||||||
public void tagsAvailable(final JSONObject tags) {
|
public void tagsAvailable(final JSONObject tags) {
|
||||||
getActivity().runOnUiThread(new Runnable() {
|
BaseActivity.currentActivity.runOnUiThread(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
if(tags != null &&
|
if(tags != null &&
|
||||||
|
|||||||
Reference in New Issue
Block a user